BlurEffectExt extension

Provides extension methods for Widget to apply blur effects.

on

Methods

blur(double blur, {double? from}) Widget
Applies a BlurEffect to this widget with given blur value.
blurIn({double blur = 10, double? end}) Widget
Applies a BlurEffect to this widget with a default blur in animation.
blurOut({double blur = 10, double? start}) Widget
Applies a BlurEffect to this widget with a default blur out animation.
blurX(double blurX, {double? from}) Widget
Applies a BlurEffect to only the horizontal axis of this widget with given blurX value.
blurXY(double blurX, double blurY, {Offset? from}) Widget
Applies a BlurEffect to this widget with given blurX and blurY values.
blurY(double blurY, {double? from}) Widget
Applies a BlurEffect to only the vertical axis of this widget with given blurY value.