isKeyBoardOpen property

bool isKeyBoardOpen

Implementation

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