closeKeyborad method

dynamic closeKeyborad()

Implementation

closeKeyborad() {
  FocusScope.of(context).unfocus();
}