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.
Represents the colors used to style a button, prefer this to using the modifier.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
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.
Last updated: