ShockwaveConfig constructor

const ShockwaveConfig({
  1. required double shockStrength,
  2. required double lensingSpread,
  3. required double powExp,
  4. double? maxRadius,
})

Implementation

const ShockwaveConfig({
  required this.shockStrength,
  required this.lensingSpread,
  required this.powExp,
  this.maxRadius,
});