EnableWidgetInspectorScope constructor

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

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

Implementation

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