NeonChar constructor
NeonChar(
- String letter,
- MaterialColor color,
- NeonFont font,
- double fontSize,
- EnergyLevel? energyLevel,
- double blurRadius,
- bool glowing,
- Duration glowingDuration,
- TextStyle? textStyle, {
- 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);