RunMetrics class
Metrics for a single run (row) in the wrap layout. Stores the dimensions and child count of a completed run.
Constructors
- RunMetrics(double mainAxisExtent, double crossAxisExtent, int childCount)
-
const
Properties
- childCount → int
-
final
- crossAxisExtent → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainAxisExtent → double
-
final
- 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