maxPopupHeight property

double maxPopupHeight
final

The max height the popup can assume.

The suggestion popup can assume the space available below the text box but, by default, it's limited to a 380px height. If the value provided is greater than the available space, the box is limited to the available space.

Implementation

final double maxPopupHeight;