maxScrollExtent property Null safety
override
The maximum in-range value for pixels.
The actual pixels value might be outOfRange.
This value should typically be non-null and greater than or equal to minScrollExtent. It can be infinity, if the scroll is unbounded.
Implementation
@override
double get maxScrollExtent => _maxScrollExtent!;