PitStopLineView

@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
struct PitStopLineView : View

pitstop Line View for each of the step indicator

  • options for customizing pitstop line with either defaults or custom width and Color

    Declaration

    Swift

    var options: StepperLineOptions
  • co-ordinates values of step indicator

    Declaration

    Swift

    var proxy: GeometryProxy
  • bound values of step indicator

    Declaration

    Swift

    var value: Anchor<CGRect>
  • binding variable to hold width of the View

    Declaration

    Swift

    @Binding
    var width: CGFloat { get nonmutating set }
  • provides the content and behavior of this view.

    Declaration

    Swift

    var body: some View { get }