|
|
|
|
@ -44,17 +44,17 @@ class _BottomNavPharmacyBarState extends State<BottomNavPharmacyBar> {
|
|
|
|
|
title: TranslationBase.of(context).Alhabibapp,
|
|
|
|
|
),
|
|
|
|
|
|
|
|
|
|
Container(
|
|
|
|
|
height: 65.0,
|
|
|
|
|
child: Center(
|
|
|
|
|
child: VerticalDivider(
|
|
|
|
|
color: Colors.grey,
|
|
|
|
|
thickness: 0.5,
|
|
|
|
|
width: 0.3,
|
|
|
|
|
indent: 25.5,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
// Container(
|
|
|
|
|
// height: 65.0,
|
|
|
|
|
// child: Center(
|
|
|
|
|
// child: VerticalDivider(
|
|
|
|
|
// color: Colors.grey,
|
|
|
|
|
// thickness: 0.5,
|
|
|
|
|
// width: 0.3,
|
|
|
|
|
// indent: 25.5,
|
|
|
|
|
// ),
|
|
|
|
|
// ),
|
|
|
|
|
// ),
|
|
|
|
|
|
|
|
|
|
BottomNavPharmacyItem(
|
|
|
|
|
icon: EvaIcons.list,
|
|
|
|
|
@ -79,12 +79,13 @@ class _BottomNavPharmacyBarState extends State<BottomNavPharmacyBar> {
|
|
|
|
|
|
|
|
|
|
// Added Calendar Icon to access book appointment flow
|
|
|
|
|
BottomNavPharmacyItem(
|
|
|
|
|
icon: EvaIcons.heart,
|
|
|
|
|
activeIcon: EvaIcons.heart,
|
|
|
|
|
icon: EvaIcons.home,
|
|
|
|
|
activeIcon: EvaIcons.home,
|
|
|
|
|
changeIndex: _changeIndex,
|
|
|
|
|
index: widget.index,
|
|
|
|
|
currentIndex: 2,
|
|
|
|
|
title: TranslationBase.of(context).wishList),
|
|
|
|
|
currentIndex: 0,
|
|
|
|
|
isHome: true,
|
|
|
|
|
title: TranslationBase.of(context).home),
|
|
|
|
|
|
|
|
|
|
BottomNavPharmacyItem(
|
|
|
|
|
icon: EvaIcons.person,
|
|
|
|
|
@ -95,8 +96,8 @@ class _BottomNavPharmacyBarState extends State<BottomNavPharmacyBar> {
|
|
|
|
|
title: TranslationBase.of(context).myAccount,
|
|
|
|
|
),
|
|
|
|
|
BottomNavPharmacyItem(
|
|
|
|
|
icon: EvaIcons.shoppingCart,
|
|
|
|
|
activeIcon: EvaIcons.shoppingCart,
|
|
|
|
|
icon: EvaIcons.shoppingCartOutline,
|
|
|
|
|
activeIcon: EvaIcons.shoppingCartOutline,
|
|
|
|
|
changeIndex: _changeIndex,
|
|
|
|
|
index: widget.index,
|
|
|
|
|
currentIndex: 4,
|
|
|
|
|
|