constraints property

BoxConstraints? constraints
final

The BoxConstraints to apply to the menu item.

Because padding is applied to the menu item prior to constraints, the padding will only affect the size of the menu item if the vertical padding plus the height of the menu item's children exceeds the BoxConstraints.minHeight.

Implementation

final BoxConstraints? constraints;