Skip to content

Commit

Permalink
formato
Browse files Browse the repository at this point in the history
  • Loading branch information
Klerith committed Apr 18, 2020
1 parent 0c8a0a7 commit 89eb45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/animate_do.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2972,7 +2972,7 @@ class ZoomIn extends StatefulWidget {
this.controller,
this.manualTrigger = false,
this.animate = true,
this.from = 1.0 })
this.from = 1.0})
: super(key: key) {
if (manualTrigger == true && controller == null) {
throw FlutterError('If you want to use manualTrigger:true, \n\n'
Expand Down Expand Up @@ -3055,7 +3055,7 @@ class ZoomOut extends StatefulWidget {
this.controller,
this.manualTrigger = false,
this.animate = true,
this.from = 0.0 })
this.from = 0.0})
: super(key: key) {
if (manualTrigger == true && controller == null) {
throw FlutterError('If you want to use manualTrigger:true, \n\n'
Expand Down

0 comments on commit 89eb45a

Please sign in to comment.