BlurredWrapper constructor
const
BlurredWrapper({
- EdgeInsets? margin,
- EdgeInsets padding = const EdgeInsets.all(8),
- Color? backgroundColor,
- double borderRadius = 8,
- double blurX = 8,
- double blurY = 8,
Implementation
const BlurredWrapper({
this.margin,
this.padding = const EdgeInsets.all(8),
this.backgroundColor,
this.borderRadius = 8,
this.blurX = 8,
this.blurY = 8,
});