childFocusNode property

FocusNode? childFocusNode
final

The FocusNode attached to the widget that takes focus when the menu is opened or closed.

If not supplied, the anchor will not retain focus when the menu is opened.

Implementation

final FocusNode? childFocusNode;