ExpandBounds constructor

const ExpandBounds({
  1. FrictionConfig? friction,
  2. DecayConfig? decay,
  3. StageBuilder? builder,
  4. double? maxScale,
})

Implementation

const ExpandBounds({
  super.friction,
  super.decay,
  super.builder,
  this.maxScale,
});