Inheritance
System.Object
ContainerParentDataMixinSliverLogicalParentData<ChildType>
public abstract class ContainerParentDataMixinSliverLogicalParentData<ChildType> : SliverLogicalParentData, ContainerParentDataMixin<ChildType> where ChildType : RenderObject
Type Parameters
Name |
Description |
ChildType |
|
Properties
Declaration
public ChildType nextSibling { get; set; }
Property Value
Type |
Description |
ChildType |
|
Implements
Declaration
public ChildType previousSibling { get; set; }
Property Value
Type |
Description |
ChildType |
|
Implements
Methods
Declaration
public override void detach()
Overrides