Flutter
material
DropdownButton
<
T
>
items property
items
DropdownButton class
Constructors
DropdownButton
Properties
disabledHint
elevation
hint
iconSize
isDense
isExpanded
items
onChanged
style
value
hashCode
key
runtimeType
Methods
createState
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
items property
List
<
DropdownMenuItem
<
T
>
>
items
final
The list of possible items to select among.
Implementation
final List<DropdownMenuItem<T>> items