Commit 865fa70a authored by Uditha Prabhasha 's avatar Uditha Prabhasha

Update parentHome.dart

parent 52a8fdfd
......@@ -209,6 +209,11 @@ class ParentHomePage extends StatelessWidget {
icon: Icon(Icons.chat),
label: 'Chat',
),
// New BottomNavigationBarItem for the game
BottomNavigationBarItem(
icon: Icon(Icons.games),
label: 'Games',
),
BottomNavigationBarItem(
icon: Icon(Icons.person),
label: 'Profile',
......@@ -228,6 +233,9 @@ class ParentHomePage extends StatelessWidget {
);
break;
case 2:
// Handller Game
break;
case 3:
// Navigate to Profile
Navigator.push(
context,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment