Removed the debug banner
This commit is contained in:
@@ -7,6 +7,7 @@ class App extends StatelessWidget{
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return MaterialApp(
|
return MaterialApp(
|
||||||
|
debugShowCheckedModeBanner: false,
|
||||||
title: 'UNCC Athletics',
|
title: 'UNCC Athletics',
|
||||||
home: Home(),
|
home: Home(),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user