ExpandBounds constructor
const
ExpandBounds({
- FrictionConfig? friction,
- DecayConfig? decay,
- StageBuilder? builder,
- double? maxScale,
Implementation
const ExpandBounds({
super.friction,
super.decay,
super.builder,
this.maxScale,
});