unfocus static method

dynamic unfocus()

隐藏键盘

Implementation

static unfocus() {
  WidgetsBinding.instance.focusManager.primaryFocus?.unfocus();
}