GestureDragDownCallback typedef
Signature for when a pointer has contacted the screen and might begin to move.
The details
object provides the position of the touch.
Implementation
typedef GestureDragDownCallback = void Function(DragDownDetails details);