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

DropdownButton adds unnecessary padding🐛 #475

Closed
loic-sharma opened this issue Aug 18, 2022 · 0 comments · Fixed by #476
Closed

DropdownButton adds unnecessary padding🐛 #475

loic-sharma opened this issue Aug 18, 2022 · 0 comments · Fixed by #476
Labels
bug Something isn't working

Comments

@loic-sharma
Copy link
Contributor

Describe the bug
DropdownButton adds unnecessary padding if there is no leading or title widget.

To Reproduce

DropDownButton(
  trailing: Icon(FluentIcons.more),
  items: [
    MenuFlyoutItem(text: const Text('Edit'), onPressed: (){}),
  ],
),

image

Expected behavior
image

@bdlukaa bdlukaa added the bug Something isn't working label Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants