Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make BottomBarItem.itemLabel of type Text #25

Closed
kewitschka opened this issue Mar 31, 2024 · 0 comments
Closed

Make BottomBarItem.itemLabel of type Text #25

kewitschka opened this issue Mar 31, 2024 · 0 comments

Comments

@kewitschka
Copy link

If temLabel were of type Text, we could utilize custom properties such as overflow and maxLines. This would enable us to truncate text if it exceeds a certain length, among other possibilities.

 itemLabel: Text(
   "Settings",
    maxLines = 1,
    overflow: TextOverflow.ellipsis,
  )
abrarmalekji345 pushed a commit that referenced this issue Apr 22, 2024
- Added argument of `circleMargin` and `topMargin` in bottom navigation bar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants