WidgetGlassBackground constructor
const
WidgetGlassBackground({
- Key? key,
- required Widget child,
- EdgeInsets? margin,
- double? blur,
- EdgeInsets? padding,
- BorderRadius? borderRadius,
- Color? backgroundColor,
- Border? border,
Implementation
const WidgetGlassBackground({
super.key,
required this.child,
this.margin,
this.blur,
this.padding,
this.borderRadius,
this.backgroundColor,
this.border,
});