WideNavigationRailItemDefaults


Defaults used in WideNavigationRailItem.

Summary

Public functions

NavigationItemColors

Creates a NavigationItemColors with the provided colors according to the Material specification.

Cmn
NavigationItemIconPosition
iconPositionFor(railExpanded: Boolean)

The default icon position of a WideNavigationRailItem given whether the associated WideNavigationRail is collapsed or expanded.

Cmn

Public functions

colors

@Composable
fun colors(): NavigationItemColors

Creates a NavigationItemColors with the provided colors according to the Material specification.

iconPositionFor

fun iconPositionFor(railExpanded: Boolean): NavigationItemIconPosition

The default icon position of a WideNavigationRailItem given whether the associated WideNavigationRail is collapsed or expanded.