bottom_navy_bar
bottom_navy_bar copied to clipboard
Letters hidden if the word is too long
Hi,
i'm trying to use this package and i have a BottomNavyBarItem with a title maybe too long. The title is "notifications", seems like it gets cutted on iPhone 11 pro.
Is there any solution to this?
Thank you!

Wrap the text inside a FittedBox
FittedBox( fit: BoxFit.scaleDown, child: Text( 'Notification', ), ),
Wrap the text inside a FittedBox
FittedBox( fit: BoxFit.scaleDown, child: Text( 'Notification', ), ),
Thank you for you response.
Sadly I'm not using this package anymore, but I hope your response will helps someone else.
Please minimize the space between the icon and the title. Currently, no parameter to decrease this space.