GlowIcon constructor

const GlowIcon(
  1. IconData? icon, {
  2. Key? key,
  3. double? size,
  4. Color? color,
  5. String? semanticLabel,
  6. TextDirection? textDirection,
  7. Color? glowColor,
  8. Offset? offset,
  9. double? blurRadius,
})

Implementation

const GlowIcon(
  this.icon, {
  Key? key,
  this.size,
  this.color,
  this.semanticLabel,
  this.textDirection,
  this.glowColor,
  this.offset,
  this.blurRadius,
}) : super(icon, key: key);