ButtonColors
Class
Android
class ButtonColors internal constructor(
val backgroundColor: ColorProvider,
val contentColor: ColorProvider
)
Represents the colors used to style a button, prefer this to using the modifier.
class ButtonColors internal constructor(
val backgroundColor: ColorProvider,
val contentColor: ColorProvider
)
Represents the colors used to style a button, prefer this to using the modifier.