Skip to main content

scaffold

Function scaffold 

Source
pub fn scaffold(
    title: impl Into<String>,
    dark_mode: bool,
    tabs: Vec<Tab>,
    body: Widget,
) -> Widget
Expand description

App shell: top bar + bottom-nav tabs + scrollable body. dark_mode is theme-as-data (the shell themes the whole app from it).