BlurEffectExtensions<T> extension
- on
Methods
-
blur(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T -
Available on AnimateManager<
Adds aT> , provided by the BlurEffectExtensions extension.blur()
extension to AnimateManager (Animate and AnimateList). -
unblur(
{Duration? delay, Duration? duration, Curve? curve, double? begin = defaultBlur, double? end = 0}) → T -
Available on AnimateManager<
Adds anT> , provided by the BlurEffectExtensions extension.unblur()
extension to AnimateManager (Animate and AnimateList). This is identical to the.blur()
extension, except it defaults tobegin=4, end=0
.