LiZhuoyuan
Committed by GitHub

Update README.md

@@ -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',