InspectorController class

Constructors

InspectorController({bool isEnabled = true, bool isWidgetInspectorEnabled = true, bool isWidgetInspectAndCompareEnabled = true, bool isColorPickerEnabled = true, bool isColorSchemeHintEnabled = true, bool isZoomEnabled = true, List<LogicalKeyboardKey> widgetInspectorShortcuts = const [LogicalKeyboardKey.alt, LogicalKeyboardKey.altLeft, LogicalKeyboardKey.altRight, LogicalKeyboardKey.meta, LogicalKeyboardKey.metaLeft, LogicalKeyboardKey.metaRight], List<LogicalKeyboardKey> widgetInspectAndCompareShortcuts = const [LogicalKeyboardKey.keyY], List<LogicalKeyboardKey> colorPickerShortcuts = const [LogicalKeyboardKey.shift, LogicalKeyboardKey.shiftLeft, LogicalKeyboardKey.shiftRight], List<LogicalKeyboardKey> zoomShortcuts = const [LogicalKeyboardKey.keyZ]})

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPointerExit(Offset pointerOffset) → void
onPointerHoverDebounced(Offset pointerOffset, BuildContext context) → void
onPointerMove(Offset pointerOffset, BuildContext context) → void
onPointerScroll(PointerScrollEvent scrollEvent) → void
onTap(Offset? pointerOffset, BuildContext context) → void
registerKeyboardHandler() → void
setMode(InspectorMode mode, {BuildContext? context}) → void
toString() String
A string representation of this object.
inherited
unregisterKeyboardHandler() → void

Operators

operator ==(Object other) bool
The equality operator.
inherited