halfExpand method

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

Implementation

TickerFuture halfExpand({double? from}) {
  return animateTo(from: from, to: halfBound!);
}