radial_drag_gesture_detector library
Classes
- DragAngleRange
- PolarCoord
- RadialDragGestureDetector
- Gesture detector that reports user drags in terms of PolarCoords with the origin at the center of the provided child.
Enums
Typedefs
- RadialDragEnd = dynamic Function()
- RadialDragStart = dynamic Function(PolarCoord startCoord)
- RadialDragUpdate = dynamic Function(PolarCoord updateCoord)