Skip to content

Commit 0fcedfb

Browse files
committed
Remove an argument in animate
1 parent 0920e99 commit 0fcedfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/animated_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class SmartAnimatedWidgetState extends State<SmartAnimatedWidget> with SingleTic
7171
});
7272
}
7373

74-
animate({Duration duration}) {
74+
animate() {
7575
if (_animating == false) {
7676
_controller.reset();
7777
_controller.forward();

0 commit comments

Comments
 (0)