menuChildren property

List<Widget> menuChildren
final

The list of widgets that appear in the menu when it is opened.

These can be any widget, but are typically either MenuItemButton or SubmenuButton widgets.

If menuChildren is empty, then the button for this menu item will be disabled.

Implementation

final List<Widget> menuChildren;