Glass constructor
Glass({})
Implementation
Glass({
Key? key,
this.child,
this.radius = 20,
this.sigmaBlur = 30,
this.padding = const EdgeInsets.all(8.5),
this.backgroundColor,
this.borderColorStart,
this.borderColorEnd,
this.strokeWidth = 1,
}) : super(key: key);