border_bottom_navigation_bar 0.0.1 copy "border_bottom_navigation_bar: ^0.0.1" to clipboard
border_bottom_navigation_bar: ^0.0.1 copied to clipboard

outdated

A fully customisable Flutter Border Bottom Navigation Bar.

border_bottom_navigation_bar #

A fully customisable Flutter Border Bottom Navigation Bar.

alert2

Usage bottomNavigationBar: BorderBottomNavigationBar( height: 53, currentIndex: _currentIndex, borderRadiusValue: 25, onTap: (index) { setState(() { _currentIndex = index; }); print(index); }, selectedLabelColor: Colors.white, unselectedLabelColor: Colors.grey, selectedBackgroundColor: Colors.blue[900]!, unselectedBackgroundColor: Colors.grey[200]!, unselectedIconColor: Colors.grey[600]!, selectedIconColor: Colors.white, customBottomNavItems: [ BorderBottomNavigationItems( icon: Icons.home, ), BorderBottomNavigationItems( icon: Icons.event_note_outlined, ), BorderBottomNavigationItems( icon: Icons.add_circle_outline_outlined, ), BorderBottomNavigationItems( icon: Icons.rss_feed_outlined, ), BorderBottomNavigationItems( icon: Icons.more_horiz, ), ], ),

2
likes
0
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A fully customisable Flutter Border Bottom Navigation Bar.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on border_bottom_navigation_bar