children property
The list of menu items to display in the navigation menu.
Each item should be a NavigationMenuItem that defines the menu's structure and behavior. Items can have content for dropdown functionality or simple press actions.
Implementation
final List<Widget> children;