BlurEffectExtensions<T> extension

on

Methods

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