FrostExtension extension

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)

on

Methods

frosted({double blur = 5, Color frostColor = Colors.white, AlignmentGeometry alignment = Alignment.center, double? height, double? width, double frostOpacity = 0.0, BorderRadius? borderRadius, EdgeInsetsGeometry padding = EdgeInsets.zero}) Blur