lastPointer property
int?
get
lastPointer
Returns last pointer that was accepted by this recognizer.
Implementation
int? get lastPointer => _lastPointer;
Returns last pointer that was accepted by this recognizer.
int? get lastPointer => _lastPointer;