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