computeMaxScrollOffset method

  1. @protected
double computeMaxScrollOffset(
  1. SliverConstraints constraints,
  2. double itemExtent
)

Implementation

@protected
double computeMaxScrollOffset(
    SliverConstraints constraints, double itemExtent) {
  return childManager.childCount * itemExtent;
}