SliverBoxyParentData class
The ParentData used for RenderSliver children of CustomBoxy.
See also:
Properties
-
drySize
↔ Size?
-
The dry size of this RenderObject, set during a dry layout by
BoxyChild.layout.
getter/setter pairinherited
-
dryTransform
↔ Matrix4?
-
The dry transform of this RenderObject, set during a dry layout by
BoxyChild.position or BoxyChild.setTransform.
getter/setter pairinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
↔ Object?
-
An id provided by BoxyId or inflation methods on the delegate.
getter/setter pairinherited
-
nextSibling
↔ RenderSliver?
-
The next sibling in the parent's child list.
getter/setter pairinherited
-
offset
↔ Offset
-
The offset at which to paint the child in the parent's coordinate system.
getter/setter pairinherited
-
previousSibling
↔ RenderSliver?
-
The previous sibling in the parent's child list.
getter/setter pairinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
transform
↔ Matrix4
-
The paint transform that is used by the default paint, hitTest, and
applyPaintTransform implementations.
getter/setter pairinherited
-
userData
↔ dynamic
-
Data provided by BoxyId or intermediate storage for delegates.
getter/setter pairinherited
Methods
-
detach()
→ void
-
Clear the sibling pointers.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited