TintEffectExtensions<T> extension
- on
Methods
-
tint(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Color? color}) → T -
Available on AnimateManager<
Adds a tint extension to AnimateManager (Animate and AnimateList).T> , provided by the TintEffectExtensions extension -
untint(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Color? color}) → T -
Available on AnimateManager<
Adds a untint extension to AnimateManager (Animate and AnimateList). This is identical to the tint extension, except it defaults toT> , provided by the TintEffectExtensions extensionbegin=1, end=0
.