itemHeight property

double? itemHeight
final

If null, then the menu item heights will vary according to each menu item's intrinsic height.

The default value is _kMenuItemHeight, which is also the minimum height for menu items.

Implementation

final double? itemHeight;