FloatingToolbarColors
@Immutable
Represents the container and content colors used in a the various floating toolbars.
Parameters
toolbarContainerColor
the container color for the floating toolbar.
toolbarContentColor
the content color for the floating toolbar
fabContainerColor
the container color for an adjacent floating action button.
fabContentColor
the content color for an adjacent floating action button
Constructors
Properties
Functions
Link copied to clipboard
fun copy(toolbarContainerColor: Color = this.toolbarContainerColor, toolbarContentColor: Color = this.toolbarContentColor, fabContainerColor: Color = this.fabContainerColor, fabContentColor: Color = this.fabContentColor): FloatingToolbarColors
Returns a copy of this IconToggleButtonColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”