debugShowWidgetInspector property Null safety
final
Turns on an overlay that enables inspecting the widget tree.
The inspector is only available in debug mode as it depends on RenderObject.debugDescribeChildren which should not be called outside of debug mode.
Implementation
final bool debugShowWidgetInspector;