GlowCard constructor
Implementation
const GlowCard({
super.key,
required this.child,
this.title,
this.subtitle,
this.icon,
this.glowColor,
this.glowIntensity = 0.3,
this.useGradient = false,
this.borderRadius = 16,
this.padding,
this.onTap,
});