readOnly property

bool get readOnly

Implementation

bool get readOnly =>
    this == AppKitTextFieldBehavior.selectable ||
    this == AppKitTextFieldBehavior.none;