DropdownMaxHeight class

Constructors

const

Properties

byPixels double?
Define the max height of the dropdown using explicit pixels, for example, byPixels = 300, and the dropdown won't grow taller than 300 pixels
final
byRows double
Define the max height of the dropdown using the number of dropdown rows, for example, if byRows = 3, the height of the dropdown will be equal to the height of three rows. The user will have to scroll if the list grows larger.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited