expand method

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

Implementation

TickerFuture expand({double? from}) {
  return animateTo(from: from, to: upperBound!);
}