debugWidgetInspectorSelectionOnTapEnabled property
The notifier for whether or not taps on the device are treated as widget selections when the widget inspector is enabled.
- If true, taps in the app are intercepted by the widget inspector.
- If false, taps in the app are not intercepted by the widget inspector.
Implementation
ValueNotifier<bool> get debugWidgetInspectorSelectionOnTapEnabled =>
_debugWidgetInspectorSelectionOnTapEnabledNotifierObject ??= ValueNotifier<bool>(true);