Row2

public struct Row2
extension Row2: View
extension Row2: _ViewEmptyChecking

Undocumented

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    init(_ configuration: Row2Configuration)
  • Declaration

    Swift

    public var body: some View { get }
  • Undocumented

    Declaration

    Swift

    public var isEmpty: Bool { get }