focused property
bool
get
focused
Whether the window is currently the focused window.
Implementation
bool get focused => _wrapped.focused;
set
focused
(bool v)
Implementation
set focused(bool v) {
_wrapped.focused = v;
}