DropdownMaxHeight constructor

const DropdownMaxHeight({
  1. double byRows = 5,
  2. double? byPixels,
})

Implementation

const DropdownMaxHeight({this.byRows = 5, this.byPixels});