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