menu
flutter_animator package
documentation
widgets/animator_widget.dart
AnimatorWidgetState<T extends AnimatorWidget>
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Implementation
void stop() { if (animator != null) { animator!.stop(); } }
flutter_animator package
documentation
widgets/animator_widget
AnimatorWidgetState<T extends AnimatorWidget>
stop method
AnimatorWidgetState class