ExtentPrecalculationContext constructor

ExtentPrecalculationContext({
  1. required double? viewportMainAxisExtent,
  2. required double? contentTotalExtent,
  3. required int numberOfItems,
  4. required int numberOfItemsWithEstimatedExtent,
})

Implementation

ExtentPrecalculationContext({
  required this.viewportMainAxisExtent,
  required this.contentTotalExtent,
  required this.numberOfItems,
  required this.numberOfItemsWithEstimatedExtent,
});