GlassCard constructor
const
GlassCard({})
Implementation
const GlassCard({
super.key,
required this.child,
this.blur = 10.0,
this.opacity = 0.1,
this.borderRadius = 20.0,
this.color = Colors.white,
this.gradient,
this.padding,
this.margin,
this.width,
this.height,
this.border,
});