Browse Source

no message

ios
ZHR007 4 months ago
parent
commit
ef0e25e421
1 changed files with 10 additions and 0 deletions
  1. 10
      lib/main.dart

10
lib/main.dart

@ -56,6 +56,16 @@ void main() async {
GlobalWidgetsLocalizations.delegate,
GlobalCupertinoLocalizations.delegate, // iOS
],
theme: ThemeData(
scaffoldBackgroundColor: Colors.white,
//
appBarTheme: AppBarTheme(
systemOverlayStyle: SystemUiOverlayStyle(
systemNavigationBarColor: Colors.white,
systemNavigationBarIconBrightness: Brightness.light,
),
),
),
builder: FlutterSmartDialog.init(),
home: MyApp(),
),

Loading…
Cancel
Save