yako-dev / flutter_badges

A flutter package for creating badges.

Home Page:https://pub.dev/packages/badges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new BadgePosition's such as centerRight, centerLeft

ablbol opened this issue · comments

Thanks for this package. Is there a ways to add couple more positions such as centerRight and CenterLeft. Thanks

commented

Hey @ablbol. I do not plan to add it now.
You can use BadgePosition.topStart(top: 0) or BadgePosition.topEnd(top: 0) for there purposes.