PaymentFormFont

data class PaymentFormFont @JvmOverloads constructor(val font: Font = Font.Default, val fontStyle: FontStyle = FontStyle.Normal, val fontWeight: FontWeight = FontWeight.Normal)

Constructors

Link copied to clipboard
constructor(font: Font = Font.Default, fontStyle: FontStyle = FontStyle.Normal, fontWeight: FontWeight = FontWeight.Normal)

Properties

Link copied to clipboard
val font: Font

Defines font family.

Link copied to clipboard

Defines font inputStyle, normal or italic.

Link copied to clipboard

Defines font weight for the text field.