dragStartDistanceMotionThreshold property Null safety
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
double? get dragStartDistanceMotionThreshold => parent?.dragStartDistanceMotionThreshold;