Add Network Image to Flutter BottomNavigationBar (google_nav_bar)
i am using google_nav_bar.dart package for BottomNavigationBar. And, I want to use Network Image as icon in it. I tried a lot of resources but nothing is working. Please help me out.
Package: https://pub.dev/packages/google_nav_bar
My Code Snippet where I want to use NetworkImage.
GButton(
icon: LineIcons.user,
text: 'Profile',
),
from Recent Questions - Stack Overflow https://ift.tt/3uE063X
https://ift.tt/eA8V8J
Comments
Post a Comment