TextLabelCategoriesStandard
public struct TextLabelCategoriesStandard : TextLabelCategories
The default implementation for layout properties.
-
Undocumented
Declaration
Swift
public var errorLabel: TextLabelStyling -
Undocumented
Declaration
Swift
public var tokenizationToggleLabel: TextLabelStyling -
Undocumented
Declaration
Swift
public var coBrandelLabel: TextLabelStyling -
Undocumented
Declaration
Swift
public init( errorLabel: TextLabelStyling = TextLabelStylingStandard(textFont: .footnote), tokenizationToggleLabel: TextLabelStyling = TextLabelStylingStandard(textFont: .footnote), coBrandelLabel: TextLabelStyling = TextLabelStylingStandard(textFont: .footnote) )