change settings link
This commit is contained in:
parent
21abc721fd
commit
5bffc744e3
5 changed files with 31 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue