李志伟 3 years ago
parent
commit
99b6609547
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/main.dart

+ 1
- 1
lib/main.dart View File

24
       designSize: const Size(375, 812),
24
       designSize: const Size(375, 812),
25
       minTextAdapt: true,
25
       minTextAdapt: true,
26
       splitScreenMode: true,
26
       splitScreenMode: true,
27
-      builder: (context , child) {
27
+      builder: (context, child) {
28
         return GetMaterialApp(
28
         return GetMaterialApp(
29
           initialRoute: '/',
29
           initialRoute: '/',
30
           theme: getTheme(),
30
           theme: getTheme(),