contextual_menu
contextual_menu copied to clipboard
This plugin allows Flutter desktop apps to create native context menus.
The `checked` parameter doesn't do anything. code:  result:  --- It just occurred to me that the correct constructor is MenuItem.checkbox but this still means there's a misleading/non-functioning parameter...
Can you set a method to automatically close the menu without clicking
Hi, The background color of the menu is not respecting Windows dark theme setting like it should. It works fine on macOS tho. Tested on Windows 11. Have a nice...
Does it actually update the actual system context menu? Or does it just work inside a flutter app context?
I think it would be nice to have an example of the `icon` property for `MenuItem`, especially since it only takes `String?` as an argument. What can I/should I put...
Currently, after opening a menu -- if the menu is not inside the app window -- the menu will stay open until it is interacted with. The platform native behaviour...