kVisible property

bool kVisible

Check if Keyboard is visible.

Implementation

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