forward method

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

Toggles this animation toward the "on" state, i.e. a value of 1.0.

Implementation

TickerFuture forward({double? from}) => animateTo(1.0, from: from);