readOnly property

bool readOnly
final

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;