BrowserHeader

struct BrowserHeader: View

Header View for the Browser View

  • The label of the header

    Declaration

    Swift

    let label: String
  • The optional index

    Declaration

    Swift

    var index: String?
  • The optional padding

    Declaration

    Swift

    var padding: Double = 0
  • The body of the View

    Declaration

    Swift

    var body: some View