onComplete property

VoidCallback? onComplete
final

Callback for when a full cycle of story is shown. This will be called each time the full story completes when repeat is set to true.

Implementation

final VoidCallback? onComplete;