NeonChar constructor

NeonChar(
  1. String letter,
  2. MaterialColor color,
  3. NeonFont font,
  4. double fontSize,
  5. EnergyLevel? energyLevel,
  6. double blurRadius,
  7. bool glowing,
  8. Duration glowingDuration,
  9. TextStyle? textStyle, {
  10. Key? key,
})

Implementation

NeonChar(this.letter, this.color, this.font, this.fontSize, this.energyLevel,
    this.blurRadius, this.glowing, this.glowingDuration, this.textStyle,
    {Key? key})
    : super(key: key);