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