selectionNotifier property
ValueListenable<DocumentSelection?>
get
selectionNotifier
Notifies whenever the current DocumentSelection changes.
If the selection change reason is needed, use selectionChanges instead.
Implementation
ValueListenable<DocumentSelection?> get selectionNotifier => _selectionNotifier;