readOnly property Null safety
final
If non-null, indicates that this subtree is read only.
Only applicable when textField is true.
TalkBack/VoiceOver will treat it as non-editable text field.
Implementation
final bool? readOnly;
If non-null, indicates that this subtree is read only.
Only applicable when textField is true.
TalkBack/VoiceOver will treat it as non-editable text field.
final bool? readOnly;