Closed lucianojung closed 3 years ago
looks weird. have you checkout the badge sample?
Yes, I used it like this. I'm not changing any alignment only giving BadgesMap using ConvexAppBar.badges
Same problem. Can I control the badge padding/size like StyleProvider(Style)?
Oh, it can be.
@lucianojung I think you can use this to adjust somewhere
ConvexAppBar.badge(
{
// some data
}
badgePadding: // EdgeInsets you know
badgeMargin: // EdgeInsets you know
);
Reopen if there's anything we can do
Describe the bug
When I create a ConvexAppBar.badge widget and provide a list of badges they are shown at the center/left bottom of the icon instead of the right upper corner
Environment details
Using Flutter 2.3.0-1.0.pre.20 - channel master with Dart version 2.14.0 Using package version 3.0.0
To Reproduce
Expected behavior
I expected the badges to be shown in the right upper corner of each icon
Screenshots