selectionOnTap property
Whether a tap on the device is interpreted as a widget selection.
Read-only here: it is the consumer's own switch, and reporting it is what keeps "select mode is on but tapping does nothing" from looking like a Patchbay failure.
Implementation
@override
bool get selectionOnTap =>
WidgetsBinding.instance.debugWidgetInspectorSelectionOnTapEnabled.value;