PrimaryButtonColors
data class PrimaryButtonColors( val background: Color, val onBackground: Color, val border: Color)
Content copied to clipboard
Constructors
Link copied to clipboard
fun PrimaryButtonColors( background: Color, onBackground: Color, border: Color)
Content copied to clipboard