NavigationBottomBar

Simple use

  NavigationTabBar(
         backgroundColor: Colors.white,
         tabs: tabList,
         tabIndicatorHeight: 5,
         fontSize: 10,
         tabBarStyle: NavigationTabBarStyle.icon,
         animationType: AnimationType.tada,
         tabIndicatorStyle: TabIndicatorStyle.retangle,
         tabSelectedColor: const Color(0xff1DAEFF),
         tabUnSelectedColor: const Color(0xffD6DBDE),
         onTap: (index) {},
 )