CheckoutIndicator

public struct CheckoutIndicator
extension CheckoutIndicator: View
extension CheckoutIndicator: _ViewEmptyChecking

CheckoutIndicator provides a circular indicator that shows the state of a process.

Usage

@State var displayState = DisplayState.inProgress

CheckoutIndicator(displayState: self.$displayState)