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

Badge with existing style! #21

Closed
vytautas-pranskunas- opened this issue Apr 23, 2022 · 3 comments
Closed

Badge with existing style! #21

vytautas-pranskunas- opened this issue Apr 23, 2022 · 3 comments

Comments

@vytautas-pranskunas-
Copy link

BilalShahid13#281

@jb3rndt
Copy link
Owner

jb3rndt commented Apr 23, 2022

Yeah that is an interesting request. It might take some time to support that because it needs some core rework of the package. But I'm already trying something out, so I'll keep you up to date

@vytautas-pranskunas-
Copy link
Author

 PersistentBottomNavBarItem(
        icon: Badge(
          badgeContent: Text('3'),
          child: Icon(Icons.settings),
        ),
        title: ("Settings"),
        activeColorPrimary: Colors.blue,
        inactiveColorPrimary: Colors.grey,
      ),

@jb3rndt
Copy link
Owner

jb3rndt commented Apr 23, 2022

Happy that you were able to solve that, I probably had something different in mind

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