BlurExtension extension

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)

on

Methods

blurred({double blur = 5, Color blurColor = Colors.white, BorderRadius? borderRadius, double colorOpacity = 0.5, Widget? overlay, AlignmentGeometry alignment = Alignment.center}) Blur