Change title of material app to Zenith

This commit is contained in:
Brandon Presley 2023-12-28 16:45:17 +13:00
parent d5e7316ee8
commit 02ab48521e

View File

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