GlowOverlay constructor

const GlowOverlay({
  1. Key? key,
  2. Color color = const Color(0xFFFFFFFF),
  3. int alpha = 120,
  4. double blurRadius = 16.0,
  5. double spreadRadius = 2.0,
})

Implementation

const GlowOverlay(
    {super.key,
    this.color = const Color(0xFFFFFFFF),
    this.alpha = 120,
    this.blurRadius = 16.0,
    this.spreadRadius = 2.0});