RunMetrics constructor

RunMetrics(
  1. double mainAxisExtent,
  2. double crossAxisExtent,
  3. List<RenderBox> runChildren, {
  4. double? baseline,
})

Implementation

RunMetrics(this.mainAxisExtent, this.crossAxisExtent, this.runChildren, {this.baseline});