BackBlurImageExtension extension

Extensions to make introducing back blur easier by just calling it on any widget

on

Methods

withBackBlurImage({required ImageProvider<Object> imageProvider, double? sigmaX, double? sigmaY, BoxFit? imageFit = BoxFit.cover, double? imageWidth, double? imageHeight, BlendMode? imageColorBlendMode, Alignment imageAlignment = Alignment.center, Color? imageColor}) Widget