menu
modular_customizable_dropdown package
documentation
classes_and_enums/dropdown_max_height.dart
DropdownMaxHeight class
DropdownMaxHeight class
dark_mode
light_mode
DropdownMaxHeight
class
Constructors
DropdownMaxHeight
({
double
byRows
=
5
,
double
?
byPixels
})
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 setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
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
modular_customizable_dropdown package
documentation
classes_and_enums/dropdown_max_height
DropdownMaxHeight class
dropdown_max_height library