Removed the debug banner

This commit is contained in:
clopezr1
2020-02-07 14:37:16 -05:00
parent 18945ad19b
commit dd6c1e1f40

View File

@@ -7,6 +7,7 @@ class App extends StatelessWidget{
@override
Widget build(BuildContext context) {
return MaterialApp(
debugShowCheckedModeBanner: false,
title: 'UNCC Athletics',
home: Home(),
);