change settings link

This commit is contained in:
Patrick Alvin Alcala 2025-03-25 17:52:22 +08:00
parent 21abc721fd
commit 5bffc744e3
5 changed files with 31 additions and 8 deletions

View file

@ -94,10 +94,10 @@ class _CustomerPageState extends State<CustomerPage> {
),
),
BottomBarItem(
inActiveItem: Icon(Icons.person, size: barIconInactiveSize, color: unselectedBarColor),
activeItem: Icon(Icons.person, size: barIconActiveSize, color: selectedBarColor),
inActiveItem: FaIcon(FontAwesomeIcons.userGear, size: barIconInactiveSize, color: unselectedBarColor),
activeItem: FaIcon(FontAwesomeIcons.userGear, size: barIconActiveSize, color: selectedBarColor),
itemLabelWidget: TextWidget(
text: 'Profile',
text: 'Settings',
size: barFontSize,
bold: true,
color: unselectedBarColor,