LabWork01 remove the DEBUG banner

This commit is contained in:
parent e73cee57a3
commit 3a8b49f9c9

View File

@ -13,6 +13,7 @@ class MyApp extends StatelessWidget {
Widget build(BuildContext context) {
return MaterialApp(
title: 'Flutter Demo',
debugShowCheckedModeBanner: false,
theme: ThemeData(
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,