currentSelection property

ValueNotifier<Selection?> currentSelection

The current Selection in editor.

The value is null if there is no nodes are selected.

Implementation

ValueNotifier<Selection?> get currentSelection;