• Shashi's avatar
    Fix BottomNavigationBarItem label overflow (#120206) · cf3ed1ee
    Shashi authored
    This PR wraps the `label` with `IntrinsicWidth` and then `Flexible` which allows DefaulTextStyle `TextOverflow.ellipsis` to work. Wrapping `label` directly with `Flexible` brings more space between `icon` and `label`. `IntrinsicWidth` fixes this by giving reasonable width.
    
    Fixes #112163
    cf3ed1ee
bottom_navigation_bar.dart 46.4 KB