Added title and icon

This commit is contained in:
2023-09-03 10:49:50 +05:30
parent 415f894041
commit e1dec19d41
14 changed files with 28 additions and 28 deletions

View File

@@ -20,6 +20,7 @@ class MainApp extends StatelessWidget {
create: (context) => GlobalModel(),
builder: (BuildContext context, child) {
return const MaterialApp(
title: "IIITB Menu",
home: HomePage(),
);
},