GlyphEffect.arcane4 constructor

const GlyphEffect.arcane4({
  1. Key? key,
  2. bool debugBorder = false,
  3. double intensity = 0.7,
  4. double bloom = 10,
  5. double overdraw = 3,
  6. double speed = 3,
  7. double threshold = 0.08,
  8. double rotationSpeed = 1,
  9. double colorBias = 0.01,
  10. int uComplex = 4,
  11. Color? color1,
  12. double zoom = 0.77,
  13. Color? color2,
  14. double power = 2,
  15. double size = 50,
})

Implementation

const GlyphEffect.arcane4({
  super.key,
  this.debugBorder = false,
  this.intensity = 0.7,
  this.bloom = 10,
  this.overdraw = 3,
  this.speed = 3,
  this.threshold = 0.08,
  this.rotationSpeed = 1,
  this.colorBias = 0.01,
  this.uComplex = 4,
  this.color1,
  this.zoom = 0.77,
  this.color2,
  this.power = 2,
  this.size = 50,
});