RadialBurst constructor

const RadialBurst({
  1. double minSpeed = 100.0,
  2. double maxSpeed = 300.0,
})

Implementation

const RadialBurst({
  this.minSpeed = 100.0,
  this.maxSpeed = 300.0,
});