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
72 stars 59 forks source link

Color chips #15

Open papamon0 opened 4 years ago

papamon0 commented 4 years ago

Hello,

Is posible to change the color chips ? This would be really good.

thanks!

papamon0 commented 4 years ago

I can change the default theme in this way,

chipTheme: ChipTheme.of(context).copyWith( backgroundColor: Color.fromRGBO(69, 149, 230, 1.0), labelStyle: TextStyle( color: Colors.white ) ) but it would be interesting to be able to do it from Multiselect component.