LoadingState

struct LoadingState : View

The state of a View

  • The message

    Declaration

    Swift

    let message: String
  • The SF symbol

    Declaration

    Swift

    var icon: String?
  • The body of the View

    Declaration

    Swift

    var body: some View { get }