otherInfoRow

@MainActor
struct otherInfoRow : View

Info row for other information contains URLs.

  • Declaration

    Swift

    @MainActor
    let title: String
  • Declaration

    Swift

    @MainActor
    let value: String
  • Declaration

    Swift

    @MainActor
    let URLString: String
  • Declaration

    Swift

    @MainActor
    var body: some View { get }