ContainedIconButtonColors

Interface defining the colors used for a contained icon button.

This interface extends ButtonColors and adds a function for obtaining the container color depending on whether the button is enabled or disabled.

Functions

Link copied to clipboard
abstract fun backgroundColor(enabled: Boolean): State<Color>
Link copied to clipboard
abstract fun containerColor(enabled: Boolean): State<Color>

Provides the container color for the button based on its enabled state.

Link copied to clipboard
abstract fun contentColor(enabled: Boolean): State<Color>