readOnly property
A Boolean attribute which, if present, indicates that the user should not be able to edit the value of the input.
Implementation
final bool? readOnly;
A Boolean attribute which, if present, indicates that the user should not be able to edit the value of the input.
final bool? readOnly;