onPan property

void Function(Point<double> point) onPan
final

The function to call when the cursor moves in this area.

Implementation

final void Function(Point<double> point) onPan;