|
|
|
@ -176,7 +176,7 @@ class _SignInPageState extends State<SignInPage> {
|
|
|
|
|
@override
|
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
|
double _statusHeight = MediaQuery.of(context).padding.top;
|
|
|
|
|
ScreenUtil.init(context, width: 750, height: 1334, allowFontScaling: true);
|
|
|
|
|
ScreenUtil.init(context, designSize: Size(750, 1334), allowFontScaling: true);
|
|
|
|
|
return Scaffold(
|
|
|
|
|
backgroundColor: Colors.white,
|
|
|
|
|
appBar: _appBar(),
|
|
|
|
|