BilalShahid13 / PersistentBottomNavBar

A highly customizable persistent bottom navigation bar for Flutter
BSD 3-Clause "New" or "Revised" License
507 stars 368 forks source link

How to change textstyle of PersistentBottomNavBarItem? #347

Closed mo7amedaliEbaid closed 5 months ago

mo7amedaliEbaid commented 5 months ago
PersistentBottomNavBarItem(
              icon: Icon(
                Icons.home,
                color: Colors.white,
              ),
              title: "Home",
              textStyle: TextStyle(color: Colors.white),
              activeColorPrimary: Colors.green,
              inactiveColorPrimary: Colors.grey,
              inactiveColorSecondary: Colors.purple),

this textstyle doesn't work.