'How to populate a dropdown button using a function in flutter?

I created a function that returns the items I need to use to populate the dropdown button. I tried calling the function inside the dropdown button on items property but it didn't work.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source