isKeyboardOpen property

bool get isKeyboardOpen

Implementation

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