CircularPanPhysics constructor

CircularPanPhysics({
  1. Duration duration = PanPhysics.kDefaultDuration,
  2. Curve curve = PanPhysics.kDefaultCurve,
  3. bool allowOppositeRotationFlung = true,
})

Implementation

CircularPanPhysics({
  this.duration = PanPhysics.kDefaultDuration,
  this.curve = PanPhysics.kDefaultCurve,
  this.allowOppositeRotationFlung = true,
});