EditWidgetBase.readOnly - multiple declarations

Function EditWidgetBase.readOnly

readonly flag (when true, user cannot change content of editor)

bool readOnly() @property;

Function EditWidgetBase.readOnly

sets readonly flag

EditWidgetBase readOnly(
  bool readOnly
) @property;