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