minThumbLength property

double? minThumbLength
final

Overrides the default value of the ScrollbarPainter.minLength property in all descendant Scrollbar widgets.

See also:

  • ScrollbarPainter.minLength, which sets the preferred smallest size the scrollbar can shrink to when the total scrollable extent is large, the current visible viewport is small, and the viewport is not overscrolled.

Implementation

final double? minThumbLength;