hideAllPanel method

dynamic hideAllPanel()

Implementation

hideAllPanel() {
  focusNode.unfocus();
}