popoverConstraints property

BoxConstraints? popoverConstraints
final

Constraints applied to the autocomplete popover container.

Overrides the theme default. Controls maximum/minimum dimensions of the suggestion list. When null, uses theme value or framework default.

Implementation

final BoxConstraints? popoverConstraints;