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
  • The body of the View

    Declaration

    Swift

    var body: some View { get }