We hide the keyboard by using: FocusScope.of(context).requestFocus(FocusNode()); After that, the child menu item could not be shown
We hide the keyboard by using:
FocusScope.of(context).requestFocus(FocusNode());
After that,
the child menu item could not be shown