Commit 3188e6b5 authored by Uditha Prabhasha 's avatar Uditha Prabhasha

Update parentHome.dart

parent ae0bfee4
...@@ -198,8 +198,10 @@ class ParentHomePage extends StatelessWidget { ...@@ -198,8 +198,10 @@ class ParentHomePage extends StatelessWidget {
label: 'Profile', label: 'Profile',
), ),
], ],
selectedItemColor: Colors.blue, selectedItemColor: Color(0xFF7A1FA0),
unselectedItemColor: Colors.black, unselectedItemColor: Color(0xFFA9ABAD),
selectedLabelStyle: TextStyle(color: Color(0xFF7A1FA0)),
unselectedLabelStyle: TextStyle(color: Color(0xFFA9ABAD)),
onTap: (index) { onTap: (index) {
switch (index) { switch (index) {
case 0: case 0:
......
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