readOnly property
Whether the text area is read-only.
When true, the text area can receive focus and selection but does not accept text modifications. The text remains selectable and copyable.
Implementation
final bool readOnly;
Whether the text area is read-only.
When true, the text area can receive focus and selection but does not accept text modifications. The text remains selectable and copyable.
final bool readOnly;