options property

Text editor options.

Implementation

_i3.TextEditorOptions get options => _i5.getProperty(
      this,
      'options',
    );
void options=(TextEditorOptions value)

Implementation

set options(_i3.TextEditorOptions value) {
  _i5.setProperty(
    this,
    'options',
    value,
  );
}