키보드를 사라지게 하고 싶은 타이밍(onTap, onChanged, onSubmitted 등)에 아래와 같은 코드를 사용하면 된다.
FocusScope.of(context).unfocus();