selectable property
bool
get
selectable
Whether selection is enabled.
Implementation
bool get selectable => selectionMode != TSelectionMode.none;
Whether selection is enabled.
bool get selectable => selectionMode != TSelectionMode.none;