oi-narendra / multiselect-dropdown

Streamlined Flutter widget for versatile multi-selection with extensive customization.
https://pub.dev/packages/multi_dropdown
GNU General Public License v3.0
74 stars 84 forks source link

[Feature] All deselect option #112

Closed shinriyo closed 4 months ago

shinriyo commented 4 months ago

It has select all option But I want "de"select all option also And also text label option for it

DevTekoa commented 4 months ago

You can use the controller and make something like this:

_controller.setSelectedOptions(myOptions);