isKeyboardOpen property

bool get isKeyboardOpen

Returns true if on-screen keyboard is visible.

Implementation

bool get isKeyboardOpen => viewInsets.bottom > 0;