Line

public struct Line
extension Line: View
extension Line: _ViewEmptyChecking

Undocumented

  • Undocumented

    Declaration

    Swift

    public init(@ViewBuilder line: () -> any View = { Rectangle() },
                componentIdentifier: String? = Line.identifier)
  • Undocumented

    Declaration

    Swift

    static let identifier: String
  • Undocumented

    Declaration

    Swift

    init(_ configuration: LineConfiguration)
  • Declaration

    Swift

    public var body: some View { get }
  • Undocumented

    Declaration

    Swift

    public var isEmpty: Bool { get }