unfocus function

void unfocus()

清除焦点

Implementation

void unfocus() => FocusScope.of(Get.context!).unfocus();