object SideNavItemDefaults
colors
()
|
Creates a null.SpatialSideNavItem that will animate between the provided colors.
Signature
fun colors(): SideNavItemColors Returns |
colors
(
selectedBackgroundColor
, selectedPrimaryColor
, selectedSecondaryColor
, unselectedBackgroundColor
, unselectedPrimaryColor
, unselectedSecondaryColor
)
|
Creates a null.SpatialSideNavItem that will animate between the provided colors.
Signature
fun colors(selectedBackgroundColor: Color, selectedPrimaryColor: Color, selectedSecondaryColor: Color, unselectedBackgroundColor: Color, unselectedPrimaryColor: Color, unselectedSecondaryColor: Color): SideNavItemColors Parameters
selectedBackgroundColor:
Color
selectedPrimaryColor:
Color
selectedSecondaryColor:
Color
unselectedBackgroundColor:
Color
unselectedPrimaryColor:
Color
unselectedSecondaryColor:
Color
|