reverse method

TickerFuture reverse({
  1. double? from,
})

Toggles this animation toward the "off" state, i.e. a value of 0.0.

Implementation

TickerFuture reverse({double? from}) => animateTo(0.0, from: from);