TextEditorOptionsChangeEvent constructor
TextEditorOptionsChangeEvent({
- TextEditor? textEditor,
- TextEditorOptions? options,
Implementation
factory TextEditorOptionsChangeEvent({
_i3.TextEditor? textEditor,
_i3.TextEditorOptions? options,
}) =>
TextEditorOptionsChangeEvent._(
textEditor: textEditor ?? _i6.undefined,
options: options ?? _i6.undefined,
);