GlassContainer constructor
const
GlassContainer({})
Implementation
const GlassContainer({
super.key,
this.height,
this.width,
this.child,
this.blur = 15.0,
this.borderRadius = 20.0,
this.backgroundColor = Colors.white24,
this.border,
this.alignment = Alignment.center,
this.padding = const EdgeInsets.all(0),
this.clipper,
});