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