VGSCheckoutTextFieldThemeProtocol
public protocol VGSCheckoutTextFieldThemeProtocolDefines UI Theme for text field.
- 
                  
                  Colors. The textfield’s background color. DeclarationSwift var textFieldBackgroundColor: UIColor { get set }
- 
                  
                  The textfield’s border background color. DeclarationSwift var textFieldBorderColor: UIColor { get set }
- 
                  
                  The textfield’s focus state color. DeclarationSwift var textFieldFocusedColor: UIColor { get set }
- 
                  
                  The text color of the textfield hint (above the text field). DeclarationSwift var textFieldHintTextColor: UIColor { get set }
- 
                  
                  The text color of the textfield. DeclarationSwift var textFieldTextColor: UIColor { get set }
- 
                  
                  The textfield’s error color. DeclarationSwift var textFieldErrorColor: UIColor { get set }
- 
                  
                  Fonts. The font of the textfield. DeclarationSwift var textFieldTextFont: UIFont { get set }
- 
                  
                  The font of the textfield hint (above the text field). DeclarationSwift var textFieldHintTextFont: UIFont { get set }
- 
                  
                  The font of the error label. DeclarationSwift var textFieldErrorLabelFont: UIFont { get set }
 View on GitHub
            View on GitHub
           VGSCheckoutTextFieldThemeProtocol Protocol Reference
      VGSCheckoutTextFieldThemeProtocol Protocol Reference