Skip to content

Commit

Permalink
Merge pull request #3 from douglasramos/patch-1
Browse files Browse the repository at this point in the history
Enables widget controlling using a given key.
  • Loading branch information
thecodepapaya authored Sep 8, 2020
2 parents 523df57 + 9514c30 commit 351dd47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/show_up.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ class ShowUpAnimation extends StatefulWidget {
this.direction = Direction.vertical,
this.delayStart = const Duration(seconds: 0),
this.animationDuration = const Duration(milliseconds: 800),
});
Key key,
}) : super(key: key);

@override
_ShowUpAnimationState createState() => _ShowUpAnimationState();
Expand Down

0 comments on commit 351dd47

Please sign in to comment.