Function cosmic::iced_widget::runtime::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.