skip to Main Content

return multiple values from dropdown in flutter

I have this custom dropDown button and I want to get two values when I select one value from the list. Here is the custom dropdown button Widget customJsonDropDown(List? jsonList, String? value, void onChange(val)) { return Container( decoration: BoxDecoration( borderRadius:…

VIEW QUESTION
Back To Top
Search