scrollThreshold property

double scrollThreshold
final

Distance from scroll area edges that triggers automatic scrolling.

Type: double, default: 50.0. When a dragged item comes within this distance of the top or bottom edge (for vertical scrolling), automatic scrolling begins. Larger values provide earlier scroll activation.

Implementation

final double scrollThreshold;