setSystemUIOverlayStyle( SystemUiOverlayStyle(statusBarColor: Colors.transparent)); return ScreenUtilInit( designSize: const Size(360, 800), minTextAdapt: true, splitScreenMode: true, builder: (context, child) { return GetMaterialApp( debugShowCheckedModeBanner: false, title: 'Flutter Demo', them...