StepperView

@MainActor
public struct StepperView : View

A View for Step Indications.

You create step indicator view either in vertical or horizontal mode

  • empty initilazer

    Declaration

    Swift

    @MainActor
    public init()
  • provides the content and behavior of this view.

    Declaration

    Swift

    @MainActor
    public var body: some View { get }