children property
List of menu items to display in the menubar.
Type: List<MenuItem>. Each MenuItem represents a top-level menu that
can contain nested menu items for dropdown functionality. Items are
displayed horizontally in the order provided.
Implementation
final List<MenuItem> children;