menuHeight property

double get menuHeight

The total height of the popup menu, excluding the arrow.

Implementation

double get menuHeight => PopupMenuControl.itemHeight * _row;