selectedItemBuilder property

MacosPopupButtonBuilder? selectedItemBuilder
final

A builder to customize the popup buttons corresponding to the MacosPopupMenuItems in items.

When a MacosPopupMenuItem is selected, the widget that will be displayed from the list corresponds to the MacosPopupMenuItem of the same index in items.

If this callback is null, the MacosPopupMenuItem from items that matches value will be displayed.

Implementation

final MacosPopupButtonBuilder? selectedItemBuilder;