animationEndFuture property

Completer<void>? animationEndFuture
getter/setter pair

Completer that resolves after animation completes

Implementation

late Completer<void>? animationEndFuture;