dragStartDistanceMotionThreshold property

  1. @override
double dragStartDistanceMotionThreshold
override

The minimum amount of pixel distance drags must move by to start motion the first time or after each time the drag motion stopped.

If null, no minimum threshold is enforced.

Implementation

@override
double get dragStartDistanceMotionThreshold => 3.5;