DragBounds constructor
const
DragBounds({
- FrictionConfig? friction,
- DecayConfig? decay,
- StageBuilder? builder,
- ScaleResponse? scaleResponse,
Implementation
const DragBounds({
super.friction,
super.decay,
super.builder,
this.scaleResponse,
});