Details

struct Details : View

SwiftUI View for details of an Artist

  • The Artist

    Declaration

    Swift

    let artist: Audio.Details.Artist

Body of the View

  • The body of the View

    Declaration

    Swift

    var body: some View { get }

Content of the View

  • The content of the View

    Declaration

    Swift

    var content: some View { get }