then method
Adds a then extension to AnimateManager (Animate and AnimateList).
Implementation
T then({Duration? delay, Duration? duration, Curve? curve}) =>
addEffect(ThenEffect(delay: delay, duration: duration, curve: curve));
Adds a then extension to AnimateManager (Animate and AnimateList).
T then({Duration? delay, Duration? duration, Curve? curve}) =>
addEffect(ThenEffect(delay: delay, duration: duration, curve: curve));