done property

Future<void> done

A Future that completes when the activity stops.

For example, this Future will complete if the animation reaches the end or if the user interacts with the scroll view in way that causes the animation to stop before it reaches the end.

Implementation

Future<void> get done => _completer.future;