herodotdigital / SnakeBottomNavigationBar

Apache License 2.0
207 stars 51 forks source link

hi ,i hava a problem in BottomNavigationBarItem #27

Open AKA-LinCoder opened 3 years ago

AKA-LinCoder commented 3 years ago

if i use image in BottomNavigationBarItem, i can not change the color in image ,in BottomNavigationBarItem i have use icon and active Icon ,but the active one dos not work

GoltVik commented 3 years ago

Hello @AKA-LinCoder. Because BottomNavigationBarItem is using color from Theme this color is not applied to the image. Try to use gradient mode just with one color instead. Gradient is using shaders to add color which can be applied to images also :)