Package com. example. examer. ui. components
Types
Link copied to clipboard
data class NavigationDrawerDestination( val icon: ImageVector, val name: String, val onClick: () -> Unit)
Content copied to clipboard
A data class that models a destination in a navigation drawer.
Link copied to clipboard
data class NavigationDrawerItemColors(val backgroundColor: Color, val contentColor: Color)
Content copied to clipboard
Data class that holds the colors that are related to NavigationDrawerItem.
Link copied to clipboard
Contains the default values used by NavigationDrawerItem.
Functions
Link copied to clipboard
@Composable
Content copied to clipboard
Displays an overlay over the content with a circular progress indicator.It takes up the entire size of size of its parent.
Link copied to clipboard
@ExperimentalCoilApi
@Composable
Content copied to clipboard
A scaffold that manages the topAppbar and NavigationDrawer.
Link copied to clipboard
@Composable
Content copied to clipboard
A single lined material themed OutlinedTextField with custom color presets that match the app's theme.
Link copied to clipboard
Link copied to clipboard
@Composable
Content copied to clipboard
A navigation item that is meant to be used within a Navigation Drawer.