FadeEffectExtensions<T> extension
Methods
-
fade({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end})
→ T
-
Adds a fade extension to AnimateManager (Animate and AnimateList).
-
fadeIn({Duration? delay, Duration? duration, Curve? curve, double? begin})
→ T
-
Adds a fadeIn extension to AnimateManager (Animate and AnimateList).
This is identical to the fade extension, except it always uses
end=1.0
.
-
fadeOut({Duration? delay, Duration? duration, Curve? curve, double? begin})
→ T
-
Adds a fadeOut extension to AnimateManager (Animate and AnimateList).
This is identical to the fade extension, except it always uses
end=0.0
.