Navigation Drawer Item
@Composable
Content copied to clipboard
A navigation item that is meant to be used within a Navigation Drawer.
Parameters
icon
the icon to be used for the item.
label
the label the corresponds to the item.
is Selected
determines whether the item is selected.
on Click
the callback to run when the item is clicked.
active Colors
the NavigationDrawerItemColors to use when the button is active.
inactive Colors
the NavigationDrawerItemColors to use when the button is inactive.
shape
the shape of the navigation item.