MercadoPagoTypography

data class MercadoPagoTypography(val heading: HeadingTypography, val body: BodyTypography, val title: TitleTypography = TitleTypography( title = TextStyle.Default, ))

Represents the new typography system configuration for MercadoPago UI components. This class defines the updated text style values used throughout the application.

Constructors

Link copied to clipboard
constructor(heading: HeadingTypography, body: BodyTypography, title: TitleTypography = TitleTypography( title = TextStyle.Default, ))

Properties

Link copied to clipboard

Body typography configuration

Link copied to clipboard

Heading typography configuration

Link copied to clipboard

Title typography configuration (deprecated, use heading instead)