EnableWidgetInspectorScope constructor
Enables the Flutter DevTools Widget Inspector for the Widget subtree rooted at child
.
Implementation
const EnableWidgetInspectorScope({super.key, required super.child});
Enables the Flutter DevTools Widget Inspector for the Widget subtree rooted at child
.
const EnableWidgetInspectorScope({super.key, required super.child});