unfocus method

dynamic unfocus()

Implementation

unfocus() {
  Get.focusScope?.unfocus();
}