activateLastItemOnExpand property

bool get activateLastItemOnExpand

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

Implementation

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