skip to Main Content

Remove row padding on flutter

Hello im new at mobile mobile developers, and here i got confused by the padding that appears between image and text on my code. mostly i try the code that explained in youtube and the internet and for this problem…

VIEW QUESTION

Flutter – Drop down Menu Data set from api

I am working on e commerce application in that app I want to set dropdown data from api. I am fresher in flutter so I need to help Dropdown Code DropdownButton<String>( value: _selectedOption, items:_options.map<DropdownMenuItem<String>>( (String value) { return DropdownMenuItem<String>( value:…

VIEW QUESTION
Back To Top
Search