RadialDragGestureDetector constructor

RadialDragGestureDetector({
  1. RadialDragStart? onRadialDragStart,
  2. RadialDragUpdate? onRadialDragUpdate,
  3. RadialDragEnd? onRadialDragEnd,
  4. Widget? child,
  5. bool stopRotate = false,
})

Implementation

RadialDragGestureDetector({
  this.onRadialDragStart,
  this.onRadialDragUpdate,
  this.onRadialDragEnd,
  this.child,
  this.stopRotate = false,
});