Skip to content

Commit

Permalink
ScreenUtilInit.builder update
Browse files Browse the repository at this point in the history
  • Loading branch information
floranguyen0 committed Jul 5, 2023
1 parent 0106758 commit 1a9332b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/project/real_main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class _MyAppState extends State<MyApp> {
} else {
return ScreenUtilInit(
designSize: Size(428.0, 926.0),
builder: () => MaterialApp(
builder: (_, child) => MaterialApp(
title: 'MMAS',
debugShowCheckedModeBanner: false,
theme: ThemeData(
Expand Down

0 comments on commit 1a9332b

Please sign in to comment.