selectionEnabled property
bool
get
selectionEnabled
Whether text selection is enabled, based on enableInteractiveSelection.
Implementation
bool get selectionEnabled => enableInteractiveSelection;
Whether text selection is enabled, based on enableInteractiveSelection.
bool get selectionEnabled => enableInteractiveSelection;