AbdullahChauhan / custom-dropdown

Custom dropdown widget allows to add highly customizable dropdown widget in your projects. Features includes Search on list data, Network search, Multi-selection and many more.
https://pub.dev/packages/animated_custom_dropdown
BSD 3-Clause "New" or "Revised" License
158 stars 73 forks source link

Dynamic Width Adjustment for Custom Dropdown #91

Closed elkhalifte closed 1 month ago

elkhalifte commented 1 month ago

I want to adjust the width of the dropdown dynamically. Specifically, I would like to set the dropdown width to 120 before it is shown, and then change it to 400 once it is displayed.

Is there any way to achieve this?