popoverConstraints property

BoxConstraints? popoverConstraints
final

Constraints applied to the autocomplete popover container.

Controls the maximum/minimum dimensions of the suggestion list popover. Defaults to a maximum height of 300 logical pixels when null.

Implementation

final BoxConstraints? popoverConstraints;