onDragEnd method

  1. @protected
bool onDragEnd(
  1. Point<double> localPosition,
  2. double scale,
  3. double pixelsPerSec
)

Implementation

@protected
bool onDragEnd(
  Point<double> localPosition,
  double scale,
  double pixelsPerSec,
) {
  onPanEnd();
  return true;
}