GestureDragStartCallback typedef
Signature for when a pointer has contacted the screen and has begun to move.
The details
object provides the position of the touch when it first
touched the surface.
Implementation
typedef GestureDragStartCallback = void Function(DragStartDetails details);