GlowText constructor
const
GlowText({})
Implementation
const GlowText({
required this.content,
this.glowColor,
this.fontSize = '32px',
this.fontWeight = '700',
this.intensity = 1.0,
super.key,
});
const GlowText({
required this.content,
this.glowColor,
this.fontSize = '32px',
this.fontWeight = '700',
this.intensity = 1.0,
super.key,
});