herodotdigital / SnakeBottomNavigationBar

Apache License 2.0
207 stars 51 forks source link

Label Style #16

Closed pradyotMobifyi closed 3 years ago

pradyotMobifyi commented 3 years ago

Hello thank you for the wonderful widget. I had one requirement to ask for or help in how to do it. I want to style the lables with different fonts and text size.

Is there a way to do it?

I am trying to achieve this. image

In flutter bottomnavigationbar, we have TextStyle selectedLabelStyle, TextStyle unselectedLabelStyle property so is there any equivalent property in this library.

GoltVik commented 3 years ago

Hi @pradyotMobifyi , unfortunately in this version it's not possible to change fontStyle. Thank you for pointing this out , I will provide this function in weekend ;)

pradyotMobifyi commented 3 years ago

Thank you @GoltVik for the reply. Will be waiting for this update.

GoltVik commented 3 years ago

Hey @pradyotMobifyi, new release 0.4.2 contains now selectedLabelStyle and unselectedLabelStyle. Please check this update and let me know if everything works fine ;)

pradyotMobifyi commented 3 years ago

Thank you @GoltVik . I checked and its working. Thank you for the update. Will close this now.