isSelectMode property

  1. @visibleForTesting
set isSelectMode (bool enabled)

Enables select mode for the Inspector.

In select mode, pointer interactions trigger widget selection instead of normal interactions. Otherwise the previously selected widget is highlighted but the application can be interacted with normally.

Implementation

@visibleForTesting
set isSelectMode(bool enabled) {
  _changeWidgetSelectionMode(enabled);
}