Package-level declarations
Functions
Link copied to clipboard
fun Drawer(scope: ERROR CLASS: Symbol not found for CoroutineScope, scaffoldState: ERROR CLASS: Symbol not found for ScaffoldState, navController: ERROR CLASS: Symbol not found for NavController)
Renders the navigation drawer content with a header, a list of NavigationDrawerItem entries, and a copyright footer; navigates to the selected item's route and closes the drawer on click.
Link copied to clipboard
fun DrawerItem(item: NavigationDrawerItem, selected: Boolean, onItemClick: (NavigationDrawerItem) -> Unit)
Renders a single navigation drawer row with an icon and title, highlighted when selected.
Link copied to clipboard
Link copied to clipboard