content property

Widget? content
final

The content to display in the navigation menu popover.

When provided, this widget is rendered in the navigation menu's popover when the item is activated. The item shows a chevron indicator and responds to hover/click interactions to display this content. If null, the item functions as a simple action button.

Implementation

final Widget? content;