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