max property

Implementation

@visibleForTesting
double get max => positions.isNotEmpty && position.hasContentDimensions
    ? position.maxScrollExtent
    : 0;