PrimaryButtonColors
data class PrimaryButtonColors( @ColorInt val background: Int?, @ColorInt val onBackground: Int, @ColorInt val border: Int) : Parcelable
Content copied to clipboard
Constructors
Link copied to clipboard
fun PrimaryButtonColors( background: Color?, onBackground: Color, border: Color)
Content copied to clipboard
Link copied to clipboard