MercadoPagoShape

data class MercadoPagoShape(val none: Shape, val tiny: Shape, val xsmall: Shape, val small: Shape, val medium: Shape, val large: Shape, val xlarge: Shape, val full: Shape)

Represents the new shape system configuration for MercadoPago UI components. This class provides pre-built shapes based on the radius configuration.

Constructors

Link copied to clipboard
constructor(none: Shape, tiny: Shape, xsmall: Shape, small: Shape, medium: Shape, large: Shape, xlarge: Shape, full: Shape)

Properties

Link copied to clipboard
val full: Shape

Fully rounded shape (circular)

Link copied to clipboard

Large corner shape

Link copied to clipboard

Medium corner shape

Link copied to clipboard
val none: Shape

No corner shape

Link copied to clipboard

Small corner shape

Link copied to clipboard
val tiny: Shape

Tiny corner shape

Link copied to clipboard

Extra large corner shape

Link copied to clipboard

Extra small corner shape