reason

update

......@@ -109,7 +109,7 @@ class _SplashPageState extends State<SplashPage> {
fit: BoxFit.cover,
width: double.infinity,
height: double.infinity,
format: ImageFormat.webp,
format: ImageFormat.png,
);
},
onTap: (index) {
......