BackBlurImage constructor
const
BackBlurImage({})
Implementation
const BackBlurImage({
Key? key,
required this.imageProvider,
required this.child,
this.sigmaX = 50,
this.sigmaY = 50,
}) : super(key: key);
const BackBlurImage({
Key? key,
required this.imageProvider,
required this.child,
this.sigmaX = 50,
this.sigmaY = 50,
}) : super(key: key);