BPKSlideshowGalleryImage

public struct BPKSlideshowGalleryImage<Content> where Content : View
  • Declaration

    Swift

    public let title: String
  • Declaration

    Swift

    public let description: String?
  • Declaration

    Swift

    public let credit: String?
  • Declaration

    Swift

    public let content: () -> Content
  • Declaration

    Swift

    public init(
        title: String,
        description: String? = nil,
        credit: String? = nil,
        @ViewBuilder content: @escaping () -> Content
    )