onPanUpdate property

dynamic Function(double dx, double dy, bool trustSimulationRunning)? onPanUpdate
final

The function that runs when the pan is updated

Implementation

final Function(double dx, double dy, bool trustSimulationRunning)? onPanUpdate;