BoxParentData class
Parent data for children in the independent layout system.
BoxParentData stores layout-specific information for each child in the independent box layout system. It maintains positioning, caching, and sibling relationships needed for layout calculations.
Constructors
Properties
- cache ↔ ChildLayoutCache?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- layoutData ↔ LayoutData?
-
getter/setter pair
- nextSibling ↔ Box?
-
getter/setter pair
- nextSortedSibling → Box?
-
no setter
- offset ↔ LayoutOffset
-
getter/setter pair
- paintOrder → int?
-
no setter
- previousSibling ↔ Box?
-
getter/setter pair
- previousSortedSibling → Box?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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