MBlurryContainer constructor
const
MBlurryContainer({
- Key? key,
- Widget? child,
- double? sigma = 8.0,
- double opacity = 0.75,
- BorderRadius borderRadius = BorderRadius.zero,
- BoxConstraints constraints = const BoxConstraints(),
- BoxDecoration decoration = const BoxDecoration(),
- EdgeInsets? padding,
- Color? color,
- double? height,
- double? width,
Implementation
const MBlurryContainer({
super.key,
this.child,
this.sigma = 8.0,
this.opacity = 0.75,
this.borderRadius = BorderRadius.zero,
this.constraints = const BoxConstraints(),
this.decoration = const BoxDecoration(),
this.padding,
this.color,
this.height,
this.width,
});