clearFocus function
Shorhand to clear any current focus
Implementation
void clearFocus(BuildContext context) => FocusScope.of(context).unfocus();
Shorhand to clear any current focus
void clearFocus(BuildContext context) => FocusScope.of(context).unfocus();