Flutter
widgets
EditableTextState
textEditingValue property
textEditingValue
description
textEditingValue
property
Null safety
TextEditingValue
textEditingValue
override
Gets the current text input.
Implementation
@override TextEditingValue get textEditingValue => _value;
Flutter
widgets
EditableTextState
textEditingValue property
EditableTextState class
Constructors
EditableTextState
Properties
autofillId
context
copyEnabled
currentAutofillScope
currentTextEditingValue
cursorBlinkInterval
cursorCurrentlyVisible
cutEnabled
hashCode
mounted
pasteEnabled
renderEditable
runtimeType
selectAllEnabled
selectionOverlay
textEditingValue
textInputConfiguration
wantKeepAlive
widget
Methods
activate
autofill
beginBatchEdit
bringIntoView
build
buildTextSpan
connectionClosed
copySelection
createTicker
cutSelection
deactivate
debugFillProperties
didChangeAccessibilityFeatures
didChangeAppLifecycleState
didChangeDependencies
didChangeLocales
didChangeMetrics
didChangePlatformBrightness
didChangeTextScaleFactor
didHaveMemoryPressure
didPopRoute
didPushRoute
didPushRouteInformation
didUpdateWidget
dispose
endBatchEdit
hideToolbar
initState
insertTextPlaceholder
noSuchMethod
pasteText
performAction
performPrivateCommand
reassemble
removeTextPlaceholder
requestKeyboard
selectAll
setState
showAutocorrectionPromptRect
showToolbar
toDiagnosticsNode
toggleToolbar
toString
toStringShort
updateEditingValue
updateFloatingCursor
updateKeepAlive
userUpdateTextEditingValue
Operators
operator ==