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

Last line of the menu is not drawn #30

Open
dorsamet opened this issue Oct 7, 2020 · 0 comments
Open

Last line of the menu is not drawn #30

dorsamet opened this issue Oct 7, 2020 · 0 comments

Comments

@dorsamet
Copy link

dorsamet commented Oct 7, 2020

Hi,
I'm creating a menu as follows:

                        PopupMenu menu = PopupMenu(
                            maxColumn: 6,
                            lineColor: Colors.grey,
                            items: repository.getAllUsers().map((e) => MenuItem(
                                title: repository.getUserNameForId(e.id),
                            )).toList(),
                            onClickMenu: (item) {

                            }
                        );
                        menu.show(widgetKey: key);

But the last line is not drawn. Please see attached:
Screen Shot 2020-10-07 at 17 10 32

This error occurs when creating all number of column number

Please advise

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

1 participant