focused property
bool
get
focused
Whether the current window is focused.
Implementation
_i2.bool get focused => _i5.getProperty(
this,
'focused',
);
Whether the current window is focused.
_i2.bool get focused => _i5.getProperty(
this,
'focused',
);