mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
#33 new: upload file in sftp
This commit is contained in:
@@ -56,6 +56,9 @@ class MyApp extends StatelessWidget {
|
||||
appBarTheme: const AppBarTheme(
|
||||
backgroundColor: Colors.black,
|
||||
),
|
||||
dialogTheme: const DialogTheme(
|
||||
backgroundColor: Colors.black,
|
||||
),
|
||||
bottomSheetTheme: const BottomSheetThemeData(
|
||||
backgroundColor: Colors.black,
|
||||
),
|
||||
@@ -68,6 +71,9 @@ class MyApp extends StatelessWidget {
|
||||
navigationBarTheme: const NavigationBarThemeData(
|
||||
backgroundColor: Colors.black,
|
||||
),
|
||||
popupMenuTheme: const PopupMenuThemeData(
|
||||
color: Colors.black,
|
||||
),
|
||||
),
|
||||
home: const HomePage(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user