panUpdate abstract method

Future panUpdate(
  1. double x,
  2. double y
)

Called by FilamentGestureDetector. You probably don't want to call this yourself.

Implementation

Future panUpdate(double x, double y);