DisableWidgetInspectorScope constructor

const DisableWidgetInspectorScope({
  1. Key? key,
  2. required Widget child,
})

Disables the Flutter DevTools Widget Inspector for the Widget subtree rooted at child.

Implementation

const DisableWidgetInspectorScope({super.key, required super.child});