estimateLayoutOffset method

  1. @override
_Measure estimateLayoutOffset(
  1. int buildIndex,
  2. int childCount, {
  3. double? time,
  4. _MovingPopUpList? popUpList,
})

Implementation

@override
_Measure estimateLayoutOffset(int buildIndex, int childCount,
    {double? time, _MovingPopUpList? popUpList}) {
  return renderObject.estimateLayoutOffset(
      buildIndex, childCount, time, popUpList);
}