FWStyle
public enum FWStyle : Equatable
The form’s color style.
-
The default light color style of a form.
Declaration
Swift
case light -
The default dark color style of a form.
Declaration
Swift
case dark -
A custom color style of a form.
Declaration
Swift
case custom(FWStyleSpecification)
View on GitHub
FWStyle Enumeration Reference