BaseBoxyParentData<ChildType extends RenderObject> class

Base class for the ParentData provided by RenderBoxyMixin clients.

See also:

Inheritance
Implemented types
Implementers

Constructors

BaseBoxyParentData()

Properties

drySize ↔ Size?
The dry size of this RenderObject, set during a dry layout by BoxyChild.layout.
getter/setter pair
dryTransform ↔ Matrix4?
The dry transform of this RenderObject, set during a dry layout by BoxyChild.position or BoxyChild.setTransform.
getter/setter pair
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 pairoverride
nextSibling ↔ ChildType?
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 ↔ ChildType?
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 pair
userData ↔ dynamic
Data provided by BoxyId or intermediate storage for delegates.
getter/setter pair

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

Operators

operator ==(Object other) → bool
The equality operator.
inherited