ExtentEstimationProvider typedef

ExtentEstimationProvider = double Function(int? index, double crossAxisExtent)

Implementation

typedef ExtentEstimationProvider = double Function(
  int? index,
  double crossAxisExtent,
);