flutter changes
This commit is contained in:
@@ -15,11 +15,11 @@ class MyApp extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
title: constants.APP_TITLE,
|
||||
title: constants.app_title,
|
||||
theme: ThemeData(
|
||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepOrange),
|
||||
),
|
||||
home: const MyHomePage(title: constants.APP_TITLE),
|
||||
home: const MyHomePage(title: constants.app_title),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user