isTrackingPointer property Null safety
Indicates whether this recognizer is currently tracking a pointer that's in contact with the screen.
If this is true, it implies that onSerialTapDown has fired, but neither onSerialTapCancel nor onSerialTapUp have yet fired.
Implementation
bool get isTrackingPointer => _pendingTap != null;