BackBlurImage constructor
const
BackBlurImage({})
Implementation
const BackBlurImage({
Key? key,
required this.imageProvider,
required this.child,
this.sigmaX,
this.sigmaY,
this.imageFit = BoxFit.cover,
this.imageWidth,
this.imageHeight,
this.imageColorBlendMode,
this.imageAlignment = Alignment.center,
this.imageColor,
}) : super(key: key);