GlassIcon constructor

const GlassIcon(
  1. IconData icon, {
  2. Key? key,
  3. double? size,
  4. Color? color,
  5. double opacity = 0.5,
})

Implementation

const GlassIcon(this.icon,
    {Key? key, this.size, this.color, this.opacity = 0.5})
    : super(key: key);