slop property
final
How far the pointer may drift from where it landed before the tap cancels, in logical pixels. Defaults to kTouchSlop, the same allowance Flutter's own tap gives.
Pass null to let it drift any distance, which turns this into a press that lasts until it is released or the gesture arena takes it away.
Implementation
final double? slop;