active property
bool
get
active
Whether the panel is active (focused by the user).
Implementation
_i2.bool get active => _i5.getProperty(
this,
'active',
);
Whether the panel is active (focused by the user).
_i2.bool get active => _i5.getProperty(
this,
'active',
);