options property
TextEditorOptions
get
options
Text editor options.
Implementation
_i3.TextEditorOptions get options => _i5.getProperty(
this,
'options',
);
set
options
(TextEditorOptions value)
Implementation
set options(_i3.TextEditorOptions value) {
_i5.setProperty(
this,
'options',
value,
);
}