busy property
bool
get
busy
Controls whether the item is shown as "busy". Defaults to false
.
Implementation
_i2.bool get busy => _i5.getProperty(
this,
'busy',
);
set
busy
(bool value)
Implementation
set busy(_i2.bool value) {
_i5.setProperty(
this,
'busy',
value,
);
}