LiZhuoyuan
Committed by GitHub

Merge pull request #205 from idootop/master

修复ScreenUtilInit的{}未闭合问题
@@ -30,7 +30,7 @@ class ScreenUtilInit extends StatelessWidget { @@ -30,7 +30,7 @@ class ScreenUtilInit extends StatelessWidget {
30 designSize: designSize, 30 designSize: designSize,
31 allowFontScaling: allowFontScaling, 31 allowFontScaling: allowFontScaling,
32 ); 32 );
33 - 33 + }
34 return child; 34 return child;
35 }, 35 },
36 ); 36 );