So your DropdownButton selection in a dialog won't update Value in your Flutter App?
If you have an alert dialog containing a DropdownButton widget you might notice that when an item is selected its value does not update as you intend. Whenever you click on an option within the DropDown you want it to display the selected value.
So l...
siro.hashnode.dev3 min read