minScrollExtent property Null safety

double minScrollExtent

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

double get minScrollExtent;