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