WJG

修复ScreenUtilInit的{}未闭合问题

... ... @@ -30,7 +30,7 @@ class ScreenUtilInit extends StatelessWidget {
designSize: designSize,
allowFontScaling: allowFontScaling,
);
}
return child;
},
);
... ...