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