landscapeKeyboardHeight property

double? landscapeKeyboardHeight
final

The height the device's software keyboard covers in landscape, in logical pixels. See portraitKeyboardHeight.

Keyboards are shorter in landscape and the ratio is not derivable from the portrait height, so there is no rotation rule: a device that declares one height and not the other simply has no keyboard in the other orientation.

Implementation

final double? landscapeKeyboardHeight;