🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ButtonColors

Represents the colors used to style a button, prefer this to using the modifier.

Source set: Android
public class ButtonColors internal constructor(
    public val backgroundColor: ColorProvider,
    public val contentColor: ColorProvider,
)

Represents the colors used to style a button, prefer this to using the modifier.

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int