LayoutState class

Accumulated state during layout calculation. Tracks current run metrics, total extents, and row information for maxLines support.

Constructors

LayoutState()

Properties

childCount int
getter/setter pair
crossAxisExtent double
getter/setter pair
currentRow int
getter/setter pair
currentRowWidth double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mainAxisExtent double
getter/setter pair
runCrossAxisExtent double
getter/setter pair
runMainAxisExtent double
getter/setter pair
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