keyboard_service library

Classes

KeyboardAutoDismiss
A widget that wraps the Scaffold widget It will catch clicks and presses outside of UI input component and will dismiss the keyboard automatically.
KeyboardService
A service class that provides methods to detect keyboard visisbility and the dismissal of the keyboard.

Enums

KeyboardDismiss
There can be only KeyboardAutoDismiss widget in the tree Select always when it is the root scaffold Select whenNeeded when you use the scaffold also as a root widget Select never when you want to disable auto-dismiss