This commit is contained in:
toly
2023-08-31 16:04:25 +08:00
parent fcaabb18dd
commit 4c4d4f2d5b
11 changed files with 126 additions and 14 deletions

View File

@@ -16,6 +16,7 @@ class MyApp extends StatelessWidget {
debugShowCheckedModeBanner: false,
theme: ThemeData(
appBarTheme: AppBarTheme(
elevation: 0,
iconTheme: IconThemeData(color: Colors.black),
titleTextStyle: TextStyle(color: Colors.black,fontSize: 18,fontWeight: FontWeight.bold)
)