Function iced::window::fetch_maximized

source ·
pub fn fetch_maximized<Message>(
    id: Id,
    f: impl FnOnce(bool) -> Message + 'static
) -> Command<Message>
Expand description

Fetches if the window is maximized.