busy property

bool busy

Controls whether the item is shown as "busy". Defaults to false.

Implementation

_i2.bool get busy => _i5.getProperty(
      this,
      'busy',
    );
void busy=(bool value)

Implementation

set busy(_i2.bool value) {
  _i5.setProperty(
    this,
    'busy',
    value,
  );
}