PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
Increase icon size
I want to increase the size of icon. size parameter isn't working for me because I am using icon from asset. Below is the code I am using:
PersistentBottomNavBarItem(
icon: new Image.asset("images/scan.png",width: 40, height: 40),
title: ("Scan"),
)

Work for me. Use v2 https://github.com/jb3rndt/PersistentBottomNavBarV2
For those are stumbled across this issue, just convert your image asset to icon: https://medium.com/deviniti-technology-driven-blog/the-best-way-to-add-custom-icons-to-your-flutter-project-6381ab697813