I'm new in flutter. As the title , I'm trying to create a view like this bottom. I know that DropDownButton can create a list under to select , but what if I need the list to be gridview?
I have tried using DropDownButton. But I didn't find a place to change the list to gridview list
You can create your own custom rows and columns or just use Table widget check it here Table widget