We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0920e99 commit 0fcedfbCopy full SHA for 0fcedfb
lib/animated_config.dart
@@ -71,7 +71,7 @@ class SmartAnimatedWidgetState extends State<SmartAnimatedWidget> with SingleTic
71
});
72
}
73
74
- animate({Duration duration}) {
+ animate() {
75
if (_animating == false) {
76
_controller.reset();
77
_controller.forward();
0 commit comments