reverse method
Toggles this animation toward the "off" state, i.e. a value of 0.0.
Implementation
TickerFuture reverse({double? from}) => animateTo(0.0, from: from);
Toggles this animation toward the "off" state, i.e. a value of 0.0.
TickerFuture reverse({double? from}) => animateTo(0.0, from: from);