physicalDoubleTapSlop property

double? physicalDoubleTapSlop
final

The number of physical pixels that the first and second tap of a double tap can drift apart to still be recognized as a double tap.

If null, the framework's default double tap slop configuration should be used instead.

Implementation

final double? physicalDoubleTapSlop;