Glass constructor
const
Glass({})
Implementation
const Glass({
required this.child,
this.blur = 18,
this.opacity = 0.72,
this.padding,
this.radius = 16,
this.border = true,
this.disabled = false,
super.key,
});