NeonTextButton constructor
const
NeonTextButton({})
Implementation
const NeonTextButton({
super.key,
required this.text,
this.fontSize = 20.0,
this.textStyle,
this.neonColor = Colors.cyanAccent,
required this.onPressed,
this.glowRadius = 20.0,
this.padding = 16.0,
});