NavigationDrawerItemDefaults

object NavigationDrawerItemDefaults

Contains the default values used by NavigationDrawerItem.

Properties

Link copied to clipboard
@get:Composable
val activeColors: NavigationDrawerItemColors

The default NavigationDrawerItemColors to use when the item is selected.

Link copied to clipboard
@get:Composable
val inactiveColors: NavigationDrawerItemColors

The default NavigationDrawerItemColors to use when the item is not selected.

Link copied to clipboard
val shape: RoundedCornerShape

The default shape to use for the navigation item.