dropdownHeight property

double dropdownHeight

Implementation

double get dropdownHeight =>
    _calcDropdownHeight ?? min(dropdownOptions.height, _totalHeight);