Skip to main content

NavigationDrawerItem

Function NavigationDrawerItem 

Source
pub fn NavigationDrawerItem(
    label: View,
    selected: bool,
    on_click: impl Fn() + 'static,
    config: NavigationDrawerItemConfig,
) -> View