nextPointer property

int nextPointer

The next available pointer identifier.

This is the default pointer identifier that will be used the next time the startGesture method is called without an explicit pointer identifier.

Implementation

int get nextPointer => _nextPointer;