Inheritance
System.Object
ContainerParentDataMixinSliverPhysicalParentData<ChildType>
public abstract class ContainerParentDataMixinSliverPhysicalParentData<ChildType> : SliverPhysicalParentData, 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