PitStopLineView

struct PitStopLineView : View

Undocumented

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

    Declaration

    Swift

    var options: PitStopLineOptions
  • 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 }