SliverWaterfallFlowParentData class

Parent data structure used by RenderSliverWaterfallFlow.

Inheritance

Properties

crossAxisIndex ↔ int?
The index of crossAxis.
getter/setter pair
crossAxisOffset ↔ double
The offset of the child in the non-scrolling axis.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
index ↔ int?
The index of this child according to the RenderSliverBoxChildManager.
getter/setter pairinherited
indexes ↔ List<int>
The indexes of the children in the same index of crossAxis.
getter/setter pair
keepAlive ↔ bool
Whether to keep the child alive even when it is no longer visible.
getter/setter pairinherited
keptAlive → bool
Whether the widget is currently being kept alive, i.e. has keepAlive set to true and is offscreen.
no setterinherited
layoutOffset ↔ double?
The position of the child relative to the zero scroll offset.
getter/setter pairinherited
nextSibling ↔ RenderBox?
The next sibling in the parent's child list.
getter/setter pairinherited
previousSibling ↔ RenderBox?
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
trailingLayoutOffset ↔ double
The trailing position of the child relative to the zero scroll offset.
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.
override

Operators

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