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