menuConstraints property

BoxConstraints? menuConstraints
final

The constraints that will be used to constrain the dropdown menu. It only takes effect when the menu is displaying. It will work with crossAxisConstrained to constrain the dropdown menu if applicable.

Implementation

final BoxConstraints? menuConstraints;