collapse method

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

Implementation

TickerFuture collapse({double? from}) {
  return animateTo(from: from, to: lowerBound!);
}