cetorres / multiselect_formfield

A Flutter package that provides a multi select form field using alert dialog to select multiple items with checkboxes and showing as chips.
BSD 3-Clause "New" or "Revised" License
71 stars 58 forks source link

Added support for prefixIcon #35

Open maurice0800 opened 3 years ago

maurice0800 commented 3 years ago

Users can now set a prefixIcon for the multiselect. The padding of the title will be set accordingly.