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,
))