minScrollExtent property

  1. @override
double minScrollExtent
override

The minimum in-range value for pixels.

The actual pixels value might be outOfRange.

This value is typically less than or equal to maxScrollExtent. It can be negative infinity, if the scroll is unbounded.

Implementation

@override
double get minScrollExtent => _minScrollExtent!;