readOnly property

bool? readOnly
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;