child property

Widget child
final

The main visual content of the menu item.

This widget is always displayed as the item's label or trigger. It should clearly represent the item's purpose or destination and is typically a Text widget or icon combination.

Implementation

final Widget child;