childFocusNode property
final
The childFocusNode attribute is the optional FocusNode also associated the child or builder widget that opens the menu.
The focus node should be attached to the widget that should receive focus if keyboard focus traversal moves the focus off of the submenu with the arrow keys.
If not supplied, then focus will not traverse from the menu to the controlling button after the menu opens.
Implementation
final FocusNode? childFocusNode;