Child public struct Child extension GridRow.Child: ElementBuilderChild A child of a GridRow. properties element The element displayed in the Grid. Declaration Swift public var element: Element key A unique identifier for the child. Declaration Swift public var key: AnyHashable? width Declaration Swift public var width: Width initialialization init(width:key:element:) Declaration Swift public init(width: Width, key: AnyHashable? = nil, element: Element) child modeling init(_:) Declaration Swift public init(_ element: Element)