blur library

Classes

Blur
blur it's child blur is the value of blur effect, higher the blur more the blur effect (default value = 5) blurColor is the color of blur effect (default value = Colors.white) borderRadius is the radius of the child to be blurred colorOpacity is the opacity of the blurColor (default value = 0.5) overlay is the widget that can be stacked over blurred widget alignment is the alignment geometry of the overlay (default value = Alignment.center)

Extensions

BlurExtension on Widget
extension of Blur on Widget to blur it's child same as a Blur widget but you can use this as an extension on any widget which you want to have a blur effect blur is the value of blur effect, higher the blur more the blur effect (default value = 5)
FrostExtension on Widget
extension of Blur on Widget to give the frost effect to background of it's child:- creates frosted glass effect: blurs the background of the child given to it blur is the value of blur effect, higher the blur more the blur effect (default value = 5) frostColor is the color of the frost effect (default value = Colors.white) frostOpacity is the opacity of the frostColor (default value = 0.0) height is the height of the frost effect width is the width of the frost effect borderRadius is the radius of the frost effect alignment is the alignment geometry of the child (default value = Alignment.center) padding is the child padding (default value = EdgeInsets.zero)