isSelectMode property

  1. @visibleForTesting
ValueNotifier<bool> isSelectMode
final

Whether the inspector is in select mode.

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
final ValueNotifier<bool> isSelectMode = ValueNotifier<bool>(true);