DragBounds constructor

const DragBounds({
  1. FrictionConfig? friction,
  2. DecayConfig? decay,
  3. StageBuilder? builder,
  4. ScaleResponse? scaleResponse,
})

Implementation

const DragBounds({
  super.friction,
  super.decay,
  super.builder,
  this.scaleResponse,
});