EaseGlassContainer constructor
const
EaseGlassContainer({})
Implementation
const EaseGlassContainer(
{Key? key,
required this.child,
this.blur = 10,
this.tileMode = TileMode.clamp,
this.height,
this.width})
: super(key: key);