ProgressIndicatorPausableStyle
public struct ProgressIndicatorPausableStyle : ProgressIndicatorStyle
Loading pausable style displaying the current progress and an icon depending on the paused state
-
Undocumented
Declaration
Swift
public init(isPaused: Binding<Bool>)
-
Undocumented
Declaration
Swift
public func makeBody(_ configuration: ProgressIndicatorConfiguration) -> some View