Commit a8eaadc7 authored by Dasun Madushanka's avatar Dasun Madushanka

Update main.dart

parent a13bd3fb
...@@ -11,7 +11,7 @@ void main() { ...@@ -11,7 +11,7 @@ void main() {
} }
class MyApp extends StatelessWidget { class MyApp extends StatelessWidget {
// This widget is the root of your application. // This widget is the root of the CIAT application.
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return MaterialApp( return MaterialApp(
...@@ -23,7 +23,7 @@ class MyApp extends StatelessWidget { ...@@ -23,7 +23,7 @@ class MyApp extends StatelessWidget {
primaryColor: kPrimaryColor, primaryColor: kPrimaryColor,
accentColor: kPrimaryColor, accentColor: kPrimaryColor,
visualDensity: VisualDensity.adaptivePlatformDensity, visualDensity: VisualDensity.adaptivePlatformDensity,
), ),//call the product scree
home: ProductsScreen(), home: ProductsScreen(),
routes: {DMTCrash.routeName: (context) => DMTCrash()}, routes: {DMTCrash.routeName: (context) => DMTCrash()},
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment