pointerCount property

int pointerCount
final

The number of pointers being tracked by the gesture recognizer.

Typically this is the number of fingers being used to pan the widget using the gesture recognizer.

Implementation

final int pointerCount;