minScrollExtent property Null safety

double minScrollExtent
override

The minimum in-range value for pixels.

The actual pixels value might be outOfRange.

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

Implementation

@override
double get minScrollExtent => _minScrollExtent!;