Showing
1 changed file
with
1 additions
and
1 deletions
@@ -72,7 +72,7 @@ class MyApp extends StatelessWidget { | @@ -72,7 +72,7 @@ class MyApp extends StatelessWidget { | ||
72 | designSize: const Size(360, 690), | 72 | designSize: const Size(360, 690), |
73 | minTextAdapt: true, | 73 | minTextAdapt: true, |
74 | splitScreenMode: true, | 74 | splitScreenMode: true, |
75 | - builder: (child) { | 75 | + builder: (context , child) { |
76 | return MaterialApp( | 76 | return MaterialApp( |
77 | debugShowCheckedModeBanner: false, | 77 | debugShowCheckedModeBanner: false, |
78 | title: 'First Method', | 78 | title: 'First Method', |
-
Please register or login to post a comment