RadialDragGestureDetector constructor

RadialDragGestureDetector({RadialDragStart onRadialDragStart, RadialDragUpdate onRadialDragUpdate, RadialDragEnd onRadialDragEnd, Widget child })

Implementation

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