count property

int count
final

The number of consecutive taps that were in progress when the gesture was interrupted.

This number will match the corresponding count that was specified in SerialTapDownDetails.count for the tap that is being canceled. See that field for more information on how this count is reported.

Implementation

final int count;