TintEffectExtensions<T> extension

on

Methods

tint({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Color? color}) → T
Adds a .tint() extension to AnimateManager (Animate and AnimateList).
untint({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Color? color}) → T
Adds a .untint() extension to AnimateManager (Animate and AnimateList). This is identical to the .tint() extension, except it defaults to begin=1, end=0.