MercadoPagoSpacing

data class MercadoPagoSpacing(val paddings: SpacingPaddings, val gap: SpacingGap)

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

Constructors

Link copied to clipboard
constructor(paddings: SpacingPaddings, gap: SpacingGap)

Properties

Link copied to clipboard

Gap spacing configuration

Link copied to clipboard

Padding spacing configuration