selectionMode property

ValueNotifier<SelectionModes> selectionMode
final

It's a variable that is used to store the current selection mode.

Implementation

final ValueNotifier<SelectionModes> selectionMode;