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