BlurEffectExtensions<T> extension

on

Methods

blur({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T

Available on AnimateManager<T>, provided by the BlurEffectExtensions extension

Adds a .blur() extension to AnimateManager (Animate and AnimateList).
unblur({Duration? delay, Duration? duration, Curve? curve, double? begin = defaultBlur, double? end = 0}) → T

Available on AnimateManager<T>, provided by the BlurEffectExtensions extension

Adds an .unblur() extension to AnimateManager (Animate and AnimateList). This is identical to the .blur() extension, except it defaults to begin=4, end=0.