RotatingIcon

struct RotatingIcon : View

View a icon image that can rotate

  • Do we want to rotate or not

    Declaration

    Swift

    let rotate: Bool

Body of the View

  • 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 size

    Return Value

    The minimum size as Double