BlurEffectExtensions<T> extension
- on
Methods
-
blur(
{Duration? delay, Duration? duration, Curve? curve, Offset? begin, Offset? end}) → T -
Available on AnimateManager<
Adds a blur extension to AnimateManager (Animate and AnimateList).T> , provided by the BlurEffectExtensions extension -
blurX(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T -
Available on AnimateManager<
Adds a blurX extension to AnimateManager (Animate and AnimateList). This blurs only on the x-axis according to theT> , provided by the BlurEffectExtensions extensiondouble
begin/end values. -
blurXY(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T -
Available on AnimateManager<
Adds a blurXY extension to AnimateManager (Animate and AnimateList). This blurs uniformly according to theT> , provided by the BlurEffectExtensions extensiondouble
begin/end values. -
blurY(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T -
Available on AnimateManager<
Adds a blurY extension to AnimateManager (Animate and AnimateList). This blurs only on the y-axis according to theT> , provided by the BlurEffectExtensions extensiondouble
begin/end values.