VoucherComponentStyle
public struct VoucherComponentStyle : ViewStyle
Contains the styling customization options for the voucher component.
-
The amount label style.
Declaration
Swift
public var amountLabel: TextStyle
-
The currency label style.
Declaration
Swift
public var currencyLabel: TextStyle
-
The edit button style.
Declaration
Swift
public var editButton: ButtonStyle
-
The done button style.
Declaration
Swift
public var doneButton: ButtonStyle
-
The main button style.
Declaration
Swift
public var mainButton: ButtonStyle
-
The secondary button style.
Declaration
Swift
public var secondaryButton: ButtonStyle
-
The secondary button copy code confirmation color
Declaration
Swift
public var codeConfirmationColor: UIColor
-
Initializes the voucher component style with the default style.
Declaration
Swift
public init()