Flutter
services
TextInputConfiguration
readOnly property
readOnly
description
readOnly
property
Null safety
bool
readOnly
final
Whether the text field can be edited or not.
Defaults to false.
Implementation
final bool readOnly;
Flutter
services
TextInputConfiguration
readOnly property
TextInputConfiguration class
Constructors
TextInputConfiguration
Properties
actionLabel
autocorrect
autofillConfiguration
enableDeltaModel
enableIMEPersonalizedLearning
enableInteractiveSelection
enableSuggestions
hashCode
inputAction
inputType
keyboardAppearance
obscureText
readOnly
runtimeType
smartDashesType
smartQuotesType
textCapitalization
Methods
copyWith
noSuchMethod
toJson
toString
Operators
operator ==