maximized property
Rect?
get
maximized
Maximized bounds, or null if the window is not maximized.
When non-null, indicates the window is in maximized state.
Implementation
Rect? get maximized => value.maximized;