debugShowWidgetInspectorOverride property

bool debugShowWidgetInspectorOverride
read / write

If true, forces the widget inspector to be visible.

Used by the debugShowWidgetInspector debugging extension.

The inspector allows you to select a location on your device or emulator and view what widgets and render objects associated with it. An outline of the selected widget and some summary information is shown on device and more detailed information is shown in the IDE or Observatory.

Implementation

static bool debugShowWidgetInspectorOverride = false