activateFirstItemOnExpand property

bool get activateFirstItemOnExpand

True if the menu item group should select the first item when the popup is opened.

Implementation

bool get activateFirstItemOnExpand =>
    expandAction?.activateFirstItemOnExpand ?? false;