GlassCard constructor
const
GlassCard({})
Implementation
const GlassCard({
required this.child,
this.blur = 12.0,
this.opacity = 0.7,
this.padding,
this.radius,
this.border = true,
this.onTap,
super.key,
});