storing hello world changes

This commit is contained in:
Bnice2max
2020-02-07 15:00:27 -05:00
parent f1e6e433cc
commit 96ecdc3876

View File

@@ -7,7 +7,7 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
title: 'UNCC Sports app Demo',
theme: ThemeData(
// This is the theme of your application.
//
@@ -18,9 +18,10 @@ class MyApp extends StatelessWidget {
// or simply save your changes to "hot reload" in a Flutter IDE).
// Notice that the counter didn't reset back to zero; the application
// is not restarted.
primarySwatch: Colors.blue,
primaryColor: Colors.lightGreen.shade900,
accentColor: Colors.yellow.shade600,
),
home: MyHomePage(title: 'Flutter Demo Home Page'),
home: MyHomePage(title: 'UNCC Sports Demo Home Page'),
);
}
}