PatchbayBindingInspectorSurface class final
The real switch: WidgetsBinding.debugShowWidgetInspectorOverride.
WidgetsApp injects the inspector overlay from inside an assert, so the
flag is only load-bearing in a debug build; in profile it can be written and
read back while nothing is ever rendered. debugExcludeRootWidgetInspector
is the second way the overlay never appears — a consumer that injects its
own WidgetInspector sets it. Both are reported as unavailable rather than
answered with a flag that proves nothing.
- Implemented types
Constructors
- PatchbayBindingInspectorSurface()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectionOnTap → bool
-
Whether a tap on the device is interpreted as a widget selection.
no setteroverride
- selectMode ↔ bool
-
getter/setter pairoverride
-
nullwhen the on-device inspector can actually be shown.no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited