TextEditorOptionsChangeEvent constructor

TextEditorOptionsChangeEvent({
  1. TextEditor? textEditor,
  2. TextEditorOptions? options,
})

Implementation

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