onPanUpdate property

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

Callback for the updating position of the current card

Implementation

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