onPanEnd property

void Function(DragEndDetails)? onPanEnd
getter/setter pair

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

Implementation

void Function(DragEndDetails)? onPanEnd;