Open agostinofiscale opened 3 years ago
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.
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!