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