Updates the readonly state.
void setReadonly(bool v, {bool notify = true}){ formControl.setReadonly(v, notify: notify); }