double maxScrollOffset

The maximum value the scroll offset can obtain.

Source

@override
double get maxScrollOffset => math.max(minScrollOffset, minScrollOffset + _contentExtent - _containerExtent);