Setting DropdownButton Initial Value in Flutter
I have a list of an object that could have 0+ records. If a record exists, I have a DropdownButton that I want to pre-populate with the first record in the list. Then, when the user changes it, leaves the…