Enumerations
The following enumerations are available globally.
-
Color palette helper accessing colors and it’s variations.
See moreDeclaration
Swift
public enum Colors -
Declaration
Swift
public enum StepperAlignment : String, CaseIterable -
Options for displaying step indications can be either
CircleorImageorcustom(View)
See morecase circle(Color, Width)op case image(Image, Width) case custom(Content)Declaration
Swift
public enum StepperIndicationType<Content> where Content : View -
Options for customizing line with either
defaultsor customwidthandColor
See morecase defaults case custom(CGFloat, Color)Declaration
Swift
public enum StepperLineOptions -
Options for aligns the step indicator either in
verticalorhorizontal
See morecase vertical case horizontalDeclaration
Swift
public enum StepperMode : String, CaseIterable -
Options for aligns the step indicator either in
pendingorcompleted
See morecase pending case completedDeclaration
Swift
public enum StepLifeCycle : String, CaseIterable
View on GitHub
Install in Dash
Enumerations Reference