AboutView

struct AboutView : View

SwiftUI View for the about info

  • The rotate animation

    Declaration

    Swift

    @State
    private var rotate: Bool { get nonmutating set }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }