onDidChangeWindowState property
Event<WindowState>
get
onDidChangeWindowState
An {@link Event} which fires when the focus state of the current window changes. The value of the event represents whether the window is focused.
Implementation
_i4.Event<_i4.WindowState> get onDidChangeWindowState => _i3.getProperty(
this,
'onDidChangeWindowState',
);