WidgetGlassBackground constructor
const
WidgetGlassBackground({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? margin,
- double blur = 10.0,
- EdgeInsetsGeometry? padding,
- BorderRadius? borderRadius,
- Color? backgroundColor,
- BoxDecoration? decoration,
Implementation
const WidgetGlassBackground({
super.key,
required this.child,
this.margin,
this.blur = 10.0,
this.padding,
this.borderRadius,
this.backgroundColor,
this.decoration,
});