focus property
bool?
get
focus
Controls whether the panel showing the task output is taking focus.
Implementation
_i2.bool? get focus => _i5.getProperty(
this,
'focus',
);
set
focus
(bool? value)
Implementation
set focus(_i2.bool? value) {
_i5.setProperty(
this,
'focus',
value ?? _i6.undefined,
);
}