popoverConstraints property

BoxConstraints? popoverConstraints
final

Constraints applied to the autocomplete suggestion popover.

Overrides the theme default. Controls the size limits of the suggestion list that appears during typing. When null, uses theme or framework defaults.

Implementation

final BoxConstraints? popoverConstraints;