ImageBackgroundWrapper

struct ImageBackgroundWrapper<Content> : View where Content : View

Undocumented

  • Undocumented

    Declaration

    Swift

    let content: Content
  • Undocumented

    Declaration

    Swift

    init(image: String = "topography", mode: Image.ResizingMode = .tile, @ViewBuilder content: () -> Content)
  • Declaration

    Swift

    var body: some View { get }