awesome_bottom_navigation

Creator: coderz1093

Last updated:

0 purchases

awesome_bottom_navigation Image
awesome_bottom_navigation Images

Languages

Categories

Add to Cart

Description:

awesome bottom navigation

Awesome Bottom Navigation #
Custom bottom navigation bar using flutter. UI inspiration from Dribble.

Basic Usage #
bottomNavigationBar: AwesomeBottomNav(
icons: [
Icons.home_outlined,
Icons.shopping_cart_outlined,
Icons.category_outlined,
Icons.account_circle_outlined,
],
highlightedIcons: [
Icons.home,
Icons.shopping_cart,
Icons.category,
Icons.account_circle,
],
onTapped: (int value) {
setState(() {
selectedIndex = value;
});
},
bodyBgColor: _bgColor,
highlightColor: Color(0xFFFF9944),
navFgColor: Colors.grey.withOpacity(0.5),
navBgColor: Colors.white,
),
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.