From f9510baa7e9b83377856c15416bb5b71df4782d9 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 11 Feb 2019 17:36:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81=20a?= =?UTF-8?q?nalysis=20=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/views/fourth_page/pages.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/fourth_page/pages.dart b/lib/views/fourth_page/pages.dart index e9efb923..4a2c4a27 100644 --- a/lib/views/fourth_page/pages.dart +++ b/lib/views/fourth_page/pages.dart @@ -27,11 +27,11 @@ final pages = [ 'assets/images/house.png', ), ]; +SpUtil sp; class Page extends StatelessWidget { final PageViewModel viewModel; final double percentVisible; - SpUtil sp; Page({ this.viewModel, this.percentVisible = 1.0,