CreateCardFieldStyle
public struct CreateCardFieldStyle : ViewStyle
Customization model for CreateCardView
.
-
View background color.
Declaration
Swift
public var backgroundColor: UIColor?
-
The dark mode background color.
Declaration
Swift
public var darkBackgroundColor: UIColor?
-
Text field style.
Declaration
Swift
public var textFieldStyle: TextFieldStyle
-
Error label style.
Declaration
Swift
public var errorLabelStyle: TextStyle
-
Default style for
CreateCardView
.Declaration
Swift
public static func getDefaultStyle(with keyboardType: UIKeyboardType = .default) -> CreateCardFieldStyle
Return Value
The default style for
CreateCardView
.