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
View
Declaration
Swift
var body: some View { get }
-
The minimum size of the record
Declaration
Swift
func minSize(size: GeometryProxy) -> Double
Parameters
size
The
View
sizeReturn Value
The minimum size as
Double