TopAppBarColors
Represents the colors used by a top app bar in different states. This implementation animates the container color according to the top app bar scroll state. It does not animate the leading, headline, or trailing colors.
Parameters
the color used for the background of this BottomAppBar. Use Color.Transparent to have no color.
the container color when content is scrolled behind it
the content color used for the navigation icon
the content color used for the title
the content color used for actions
Constructors
create an instance with arbitrary colors, see TopAppBarColors for a factory method using the default material3 spec
Properties
Functions
Returns a copy of this TopAppBarColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”