GlyphEffect constructor

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

Implementation

const GlyphEffect({
  super.key,
  this.debugBorder = false,
  this.intensity = 0.5,
  this.bloom = 5,
  this.overdraw = 2,
  this.speed = 6,
  this.threshold = 0.01,
  this.rotationSpeed = 1,
  this.colorBias = 0.5,
  this.uComplex = 2,
  this.color1,
  this.zoom = 1.8,
  this.color2,
  this.power = 1.3,
  this.size = 50,
});