Flutter
material
DropdownButtonFormField
<
T
>
onChanged property
onChanged
DropdownButtonFormField class
Constructors
DropdownButtonFormField
Properties
onChanged
autovalidate
builder
enabled
hashCode
initialValue
key
onSaved
runtimeType
validator
Methods
createState
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
onChanged property
ValueChanged
<
T
>
onChanged
final
Called when the user selects an item.
Implementation
final ValueChanged<T> onChanged