isKeyboardVisible property

bool get isKeyboardVisible

Is keyboard visible

Implementation

bool get isKeyboardVisible => viewInsets.bottom > 0;