onDragStart property

SingleDrag? Function(Offset globalPosition)? onDragStart
getter/setter pair

Called at the start of the gesture.

Implementation

SingleDrag? Function(Offset globalPosition)? onDragStart;