menuConstraints property

BoxConstraints? menuConstraints
final

menuConstraints BoxConstraints used to define the zone where to display the search menu. Example: BoxConstraints.tight(Size.fromHeight(250)) . Not to be used for dialogBox = true.

Implementation

final BoxConstraints? menuConstraints;