Row1

public struct Row1
extension Row1: View
extension Row1: _ViewEmptyChecking

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(@ViewBuilder row1: () -> any View = { EmptyView() })
  • Undocumented

    Declaration

    Swift

    init(_ configuration: Row1Configuration)
  • Declaration

    Swift

    public var body: some View { get }
  • Undocumented

    Declaration

    Swift

    public var isEmpty: Bool { get }