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 possibility to have different styles for title in main widget and dialog #31

Open philsperling opened 3 years ago

philsperling commented 3 years ago

I am making a dark theme in my app, and hence needed the title of the main widget to be white to be able to see it, but then i couldn't see the headder in the dialog. I think others could run into the same problem. I've changed the title widget to a text in order to change style independently. image