closeKeyborad method

dynamic closeKeyborad()
inherited

Implementation

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