|
|
|
|
@ -50,6 +50,7 @@ class _BottomNavBarState extends State<BottomNavBar> {
|
|
|
|
|
BottomNavigationItem(
|
|
|
|
|
icon: DoctorApp.home_1,
|
|
|
|
|
activeIcon: DoctorApp.home_active_1,
|
|
|
|
|
svgPath: "assets/images/svgs/bottom_nav/home-active.svg",
|
|
|
|
|
changeIndex: _changeIndex,
|
|
|
|
|
index: widget.index,
|
|
|
|
|
currentIndex: 0,
|
|
|
|
|
@ -59,6 +60,7 @@ class _BottomNavBarState extends State<BottomNavBar> {
|
|
|
|
|
BottomNavigationItem(
|
|
|
|
|
icon: DoctorApp.schedule_1,
|
|
|
|
|
activeIcon: DoctorApp.schedule_active_1,
|
|
|
|
|
svgPath: "assets/images/svgs/bottom_nav/schedule-active.svg",
|
|
|
|
|
changeIndex: _changeIndex,
|
|
|
|
|
index: widget.index,
|
|
|
|
|
currentIndex: 1,
|
|
|
|
|
@ -69,6 +71,7 @@ class _BottomNavBarState extends State<BottomNavBar> {
|
|
|
|
|
BottomNavigationItem(
|
|
|
|
|
icon: DoctorApp.qr_reader,
|
|
|
|
|
activeIcon: DoctorApp.qr_reader_active_1,
|
|
|
|
|
svgPath: "assets/images/svgs/bottom_nav/reader-active.svg",
|
|
|
|
|
changeIndex: _changeIndex,
|
|
|
|
|
index: widget.index,
|
|
|
|
|
currentIndex: 2,
|
|
|
|
|
@ -79,6 +82,7 @@ class _BottomNavBarState extends State<BottomNavBar> {
|
|
|
|
|
BottomNavigationItem(
|
|
|
|
|
icon: DoctorApp.dr_reply_1,
|
|
|
|
|
activeIcon: DoctorApp.dr_reply_active_1,
|
|
|
|
|
svgPath: "assets/images/svgs/bottom_nav/reply-active.svg",
|
|
|
|
|
changeIndex: _changeIndex,
|
|
|
|
|
index: widget.index,
|
|
|
|
|
currentIndex: 3,
|
|
|
|
|
|