You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've made changes to the original code and made a custom child widget possible.
I've introduced required content width and height for easier testing. That part could be improved.
P.S. the child itself has to be inside it's own stateful widget in order to redraw changes shown in popup.
It would be great if this plugin is made generic...
To make a custom menu item, I think , you need add a custom property (like Widget child;) to MenuItemProvider, then override it at MenuItem, finally just replace _createContent() to widget.item.menuChild ?? _createContent(). It works for me.
Hey, is there anyway of adding custom widgets instead of multiple menu items
The text was updated successfully, but these errors were encountered: