Interface ContainerParentDataMixin<ChildType>
Namespace: Unity.UIWidgets.rendering
Syntax
public interface ContainerParentDataMixin<ChildType>
where ChildType : RenderObject
Type Parameters
Name | Description |
---|---|
ChildType |
Properties
nextSibling
Declaration
ChildType nextSibling { get; set; }
Property Value
Type | Description |
---|---|
ChildType |
previousSibling
Declaration
ChildType previousSibling { get; set; }
Property Value
Type | Description |
---|---|
ChildType |