@override String get text => _editor.text;
@override set text(String? value) => _editor.text = value ?? "";