onPanUpdate property

void Function(DragUpdateDetails)? onPanUpdate
getter/setter pair

A function that is called when the drag gesture is updated.

Implementation

void Function(DragUpdateDetails)? onPanUpdate;