RotatingIcon
struct RotatingIcon : View
View a icon image that can rotate
-
Do we want to rotate or not
Declaration
Swift
let rotate: Bool
-
The body of the
ViewDeclaration
Swift
var body: some View { get } -
The minimum size of the record
Declaration
Swift
func minSize(size: GeometryProxy) -> DoubleParameters
sizeThe
ViewsizeReturn Value
The minimum size as
Double
View on GitHub
RotatingIcon Structure Reference