preserveFocus property
bool?
get
preserveFocus
An optional flag that when true
will stop the {@link NotebookEditornotebook editor} from taking focus.
Implementation
_i2.bool? get preserveFocus => _i5.getProperty(
this,
'preserveFocus',
);