popoverConstraints property

BoxConstraints? popoverConstraints
final

Constraints applied to the suggestion popover container.

Controls the maximum and minimum dimensions of the autocomplete suggestion popover that appears during typing. When null, uses framework defaults with reasonable size limits for suggestion lists.

Implementation

final BoxConstraints? popoverConstraints;