pointerCount property
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;
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.
final int pointerCount;