ProgressTimelineView

struct ProgressTimelineView : View

SwiftUI View for the progress

  • Played percentage

    Declaration

    Swift

    let percentage: Double
  • The body of the View

    Declaration

    Swift

    var body: some View { get }