momentumRetainStationaryDurationThreshold constant
Maximum amount of time interval the drag can have consecutive stationary pointer update events before losing the momentum carried from a previous scroll activity.
Implementation
static const Duration momentumRetainStationaryDurationThreshold =
Duration(milliseconds: 20)