navigation_tabbar 1.0.2 copy "navigation_tabbar: ^1.0.2" to clipboard
navigation_tabbar: ^1.0.2 copied to clipboard

Simple custom navigationbar

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) {},
 )
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Simple custom navigationbar

Homepage

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_animator

More

Packages that depend on navigation_tabbar