tunitowen / fancy_bottom_navigation

Flutter plugin - FancyBottomNavigation
Apache License 2.0
773 stars 187 forks source link

Issue 58 #64

Open MohammadKashaniJabbari opened 3 years ago

MohammadKashaniJabbari commented 3 years ago

I've added fontSize field to TabItem class and that determines the size of TabData titles. If you leave it null, it will be 12.

I deleted const double TEXT_OFF = 3;, because there was an issue with titles of the tabs that were off and changed that into 1 + fontSize / 2

In the example I put it 18 and you can see it here:

image_2021-07-15_161314

can close issue #58