isKeyboardVisible property

bool get isKeyboardVisible

Implementation

bool get isKeyboardVisible => MediaQuery.of(this).viewInsets.bottom > 0;