spacing between icon and label of BottomNavigation?
See original GitHub issueAsk your Question
icon and label look too close when shifting
is false
.
I think renderLabel
should work for this though, any other options?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
Can I add spacing around an icon in Flutter Bottom Navigation ...
This makes them touch the Bottom Navigation Bar Item titles. Is there any way i can add space between these? Bottom Navigation Bar...
Read more >Bottom navigation - Material Design
Bottom navigation bars display three to five destinations at the bottom of a screen. Each destination is represented by an icon and an...
Read more >BottomNavigationBar class - material library - Dart API
The bottom navigation bar consists of multiple items in the form of text labels, icons, or both, laid out on top of a...
Read more >Can I add spacing around an icon in Flutter Bottom Navigation ...
Another way to do this, if your Icon is designed to have labels fixed, specify the height property for the in textStyle
Read more >How to build a bottom navigation bar in Flutter
Each item must have a label and an icon. BottomNavigationBar allows you to select one item at a time and quickly navigate to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello 👋, this issue has been open for more than 2 months with no activity on it. If the issue is still present in the latest version, please leave a comment within 7 days to keep it open, otherwise it will be closed automatically. If you found a solution on workaround for the issue, please comment here for others to find. If this issue is critical for you, please consider sending a pull request to fix the issue.
same issue here, anyone found a solution? I’m using renderLabel to set a marginTop, but that makes the label cutoff