Creates an item for a dropdown menu.
The child argument is required.
DropdownMenuItem({ Key key, this.value, this.child }) : super(key: key) { assert(child != null); }