BlurEffectExtensions<T> extension

on

Methods

blur({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T
Adds a .blur() extension to AnimateManager (Animate and AnimateList).
unblur({Duration? delay, Duration? duration, Curve? curve, double? begin = defaultBlur, double? end = 0}) → T
Adds an .unblur() extension to AnimateManager (Animate and AnimateList). This is identical to the .blur() extension, except it defaults to begin=4, end=0.