Style
public struct Style
Style represents style values for the NatIconButton component, which apply different colors for the icon.
These are all styles allowed for a NatIconButton:
- standardDefault (default: icon has
highEmphasis
color) - standardPrimary (icon has
primary
color) - standardLight (icon has
surface
color)
-
Undocumented
Declaration
Swift
public static var standardDefault: Style { get }
-
Undocumented
Declaration
Swift
public static var standardPrimary: Style { get }
-
Undocumented
Declaration
Swift
public static var standardLight: Style { get }