From 89eb45a2317fb4bbd67e42396a28cf1f5eda0c25 Mon Sep 17 00:00:00 2001 From: Fernando Herrera Date: Sat, 18 Apr 2020 17:30:30 -0400 Subject: [PATCH] formato --- lib/animate_do.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/animate_do.dart b/lib/animate_do.dart index fb8130f..babcf72 100644 --- a/lib/animate_do.dart +++ b/lib/animate_do.dart @@ -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' @@ -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'