clearFocus method

dynamic clearFocus()

移除焦点

clear focus

Implementation

clearFocus() {
  _state?.focusNode.unfocus();
}