TopAppBarColors

data class TopAppBarColors(val containerColor: Color, val scrolledContainerColor: Color, val navigationIconContentColor: Color, val titleContentColor: Color, val actionIconContentColor: Color)(source)

Top app bar color palette.

Constructors

Link copied to clipboard
constructor(containerColor: Color, scrolledContainerColor: Color, navigationIconContentColor: Color, titleContentColor: Color, actionIconContentColor: Color)

Properties

Link copied to clipboard

Color of the action icon content

Link copied to clipboard

Color of the app bar container

Link copied to clipboard

Color of the navigation icon content

Link copied to clipboard

Color of the app bar container when scrolled

Link copied to clipboard

Color of the title content