Flutter
services
TextSelectionDelegate
selectAllEnabled property
selectAllEnabled
description
selectAllEnabled
property
Null safety
bool
selectAllEnabled
Whether select all is enabled, must not be null.
Implementation
bool get selectAllEnabled => true;
Flutter
services
TextSelectionDelegate
selectAllEnabled property
TextSelectionDelegate mixin
Properties
copyEnabled
cutEnabled
hashCode
pasteEnabled
runtimeType
selectAllEnabled
textEditingValue
Methods
bringIntoView
copySelection
cutSelection
hideToolbar
noSuchMethod
pasteText
selectAll
toString
userUpdateTextEditingValue
Operators
operator ==