indicatorAnimationController property

ValueNotifier<IndicatorAnimationCommand>? indicatorAnimationController
final

A stream with IndicatorAnimationCommand to force pause or continue inticator animation Useful when you need to show any popup over the story

Implementation

final ValueNotifier<IndicatorAnimationCommand>? indicatorAnimationController;