readOnly property

bool readOnly
final

Whether the editor is in read-only mode.

When true, the user cannot modify the text content.

Implementation

final bool readOnly;