I am new in flutter.I have three drop-down form field.One is state field,its API has state id and state name.second is city field,its API has city id and city name.On selection of state,state id is passed as raw in City field and that particular state cites comes in city drop-down.Third one is field for society user role,its API has id and userrole like president,member,etc.I want to make common or custom drop-down form field or drop-down in flutter using drop-downwidget useful here,can be used in place of repeating drop-down code many places in project.Please help with full code.
Make common or custom drop-down form field or drop-down in flutter using drop-down widget
use like this way...