getKeyboardHeight static method
Returns the height of the keyboard.
Implementation
static double getKeyboardHeight() {
final viewInsets = MediaQuery.of(Get.context!).viewInsets;
return viewInsets.bottom;
}
Returns the height of the keyboard.
static double getKeyboardHeight() {
final viewInsets = MediaQuery.of(Get.context!).viewInsets;
return viewInsets.bottom;
}