TextFieldStandard
public struct TextFieldStandard : TextFieldStyling
The default implementation for a single text field’s styling.
-
Undocumented
Declaration
Swift
public var textFont: Font -
Undocumented
Declaration
Swift
public var placeholderFont: Font -
Undocumented
Declaration
Swift
public var iconColorLight: Color { get } -
Undocumented
Declaration
Swift
public var iconColorDark: Color { get } -
Undocumented
Declaration
Swift
public var backgroundColorLight: Color { get } -
Undocumented
Declaration
Swift
public var backgroundColorDark: Color { get } -
Undocumented
Declaration
Swift
public init( colors: CardFormColors, textFont: Font = .system(size: 14), placeholderFont: Font = .system(size: 12) )