computeMaxScrollOffset abstract method

double computeMaxScrollOffset(
  1. int childCount
)

The scroll extent needed to fully display all the tiles if there are childCount children in total.

The child count will never be null.

Implementation

double computeMaxScrollOffset(int childCount);