scrollExtentMin property

double? scrollExtentMin

Indicates the minimum in-range value for scrollPosition if the node is scrollable.

This value may be infinity if the scroll is unbound.

See also:

Implementation

double? get scrollExtentMin => _scrollExtentMin;