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