MercadoPagoFillColor

data class MercadoPagoFillColor(val primary: Color, val secondary: Color, val inverse: Color, val disabled: Color, val accentLoud: Color, val accentQuiet: Color, val defaultOnScroll: Color)

Represents the fill color configuration.

Constructors

Link copied to clipboard
constructor(primary: Color, secondary: Color, inverse: Color, disabled: Color, accentLoud: Color, accentQuiet: Color, defaultOnScroll: Color)

Properties

Link copied to clipboard

Loud accent fill color

Link copied to clipboard

Quiet accent fill color

Link copied to clipboard

Default fill color on scroll

Link copied to clipboard

Disabled fill color

Link copied to clipboard

Inverse fill color

Link copied to clipboard

Primary fill color

Link copied to clipboard

Secondary fill color