ActivityIndicator-SwiftUI
ActivityIndicator-SwiftUI copied to clipboard
How do you change the size of the indicator?
I'm using this:
iActivityIndicator(style: .rowOfShapes(count: 3, scaleRange: 0.1...1))
.foregroundColor(.white)
How do you change the size of it?