animateToThreshold method

  1. @override
TickerFuture animateToThreshold()
override

Implementation

@override
TickerFuture animateToThreshold() {
  _isActive = true;
  unawaited(_layoutController.animateWith(_createLayoutSimulation(0.0)));
  return super.animateToThreshold();
}