Maximum amount of time interval the drag can have consecutive stationary pointer update events before needing to break the motionStartDistanceThreshold to start motion again.
Implementation
static const Duration motionStoppedDurationThreshold =
Duration(milliseconds: 50);