byPixels property

double? byPixels
final

Define the max height of the dropdown using explicit pixels, for example, byPixels = 300, and the dropdown won't grow taller than 300 pixels

byRows will be ignored if this params is provided

Implementation

final double? byPixels;