init(_:)
Creates a progress view for visualizing the given progress instance.
Declaration
nonisolated init(_ progress: Progress) where Label == EmptyView, CurrentValueLabel == EmptyViewDiscussion
The progress view synthesizes a default label using the localizedDescription of the given progress instance.