menu
animation_groups package
documentation
animation_group/manager/animation_manager.dart
AnimationManager
reset method
reset method
dark_mode
light_mode
reset
method
void
reset
(
)
Implementation
void reset() { for (AbsAnimationGroup group in groups) { group.reset(); } }
animation_groups package
documentation
animation_group/manager/animation_manager
AnimationManager
reset method
AnimationManager class