computeMaxScrollOffset abstract method
- 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);