dropdownHeight property

double get dropdownHeight

Gets the height of the dropdown suggestions list.

Currently set to a fixed height of 200 pixels.

Implementation

double get dropdownHeight {
  return 200;
}