bottom_navy_bar icon indicating copy to clipboard operation
bottom_navy_bar copied to clipboard

Letters hidden if the word is too long

Open agostinofiscale opened this issue 3 years ago • 3 comments

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!

Schermata 2021-09-07 alle 01 33 02

agostinofiscale avatar Sep 06 '21 23:09 agostinofiscale

Wrap the text inside a FittedBox

FittedBox( fit: BoxFit.scaleDown, child: Text( 'Notification', ), ),

OAndreLuizSilva avatar Sep 29 '21 14:09 OAndreLuizSilva

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.

agostinofiscale avatar Sep 29 '21 16:09 agostinofiscale

Please minimize the space between the icon and the title. Currently, no parameter to decrease this space.

UmairSaqibBhutta avatar Aug 20 '23 06:08 UmairSaqibBhutta