maxConsecutiveTap property

  1. @override
int? maxConsecutiveTap
getter/setter pair

An upper bound for the amount of taps that can belong to one tap series.

When this limit is reached the series of taps being tracked by this recognizer will be reset.

Implementation

@override
int? maxConsecutiveTap;