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

Update parentHome.dart

parent 52a8fdfd
...@@ -209,6 +209,11 @@ class ParentHomePage extends StatelessWidget { ...@@ -209,6 +209,11 @@ class ParentHomePage extends StatelessWidget {
icon: Icon(Icons.chat), icon: Icon(Icons.chat),
label: 'Chat', label: 'Chat',
), ),
// New BottomNavigationBarItem for the game
BottomNavigationBarItem(
icon: Icon(Icons.games),
label: 'Games',
),
BottomNavigationBarItem( BottomNavigationBarItem(
icon: Icon(Icons.person), icon: Icon(Icons.person),
label: 'Profile', label: 'Profile',
...@@ -228,6 +233,9 @@ class ParentHomePage extends StatelessWidget { ...@@ -228,6 +233,9 @@ class ParentHomePage extends StatelessWidget {
); );
break; break;
case 2: case 2:
// Handller Game
break;
case 3:
// Navigate to Profile // Navigate to Profile
Navigator.push( Navigator.push(
context, 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