onCompleted property
getter/setter pair
Optional callback invoked when the native animation completes.
The callback is registered with an internal EventDrivenProgressListener and
will be executed on the registered completion event.
Implementation
void Function()? onCompleted;