NomoDropDownMenu<T> class

Constructors

NomoDropDownMenu({dynamic key, required List items, required dynamic onChanged(dynamic), dynamic initailValue, double? width, double? height, dynamic decoration, dynamic iconColor, dynamic textStyle, double? dropdownElevation, dynamic dropDownShape, dynamic offset, dynamic dropdownColor, double? minFontSize = 12, double? maxFontSize = double.infinity, dynamic overflow = TextOverflow.ellipsis})
const

Properties

decoration → dynamic
final
final
final
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
iconColor → dynamic
final
initailValue → dynamic
final
items List
final
maxFontSize double?
final
minFontSize double?
final
offset → dynamic
final
onChanged → dynamic Function(dynamic)
final
overflow → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle → dynamic
final
width double?
final

Methods

createState() → dynamic
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