GlareConfiguration constructor

const GlareConfiguration({
  1. double minOpacity = 0,
  2. double maxOpacity = minGlareOpacity,
  3. Color color = defaultGlareColor,
})

A set of values that define the glare effect's behavior.

Implementation

const GlareConfiguration(
    {this.minOpacity = 0,
    this.maxOpacity = minGlareOpacity,
    this.color = defaultGlareColor});