debug banner entfernt, final

main
Yuliya Rudenko 2024-06-19 17:21:08 +02:00
parent bed93338b4
commit cf2e321caf
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class MyApp extends StatelessWidget {
Widget build(BuildContext context) {
return MaterialApp(
title: 'homepage',
debugShowCheckedModeBanner: false,
theme: ThemeData(
useMaterial3: true,
),