RunMetrics constructor

RunMetrics(
  1. double mainAxisExtent,
  2. double crossAxisExtent,
  3. double baselineExtent,
  4. Map<int?, RenderBox> runChildren,
)

Implementation

RunMetrics(
  this.mainAxisExtent,
  this.crossAxisExtent,
  this.baselineExtent,
  this.runChildren,
);