rydmike / flex_color_picker

A highly customizable Flutter color picker.
BSD 3-Clause "New" or "Revised" License
200 stars 42 forks source link

Property `tonalSubheading` in function `showColorPickerDialog` not passed to underlying `ColorPicker`. #81

Closed rydmike closed 8 months ago

rydmike commented 8 months ago

The property tonalSubheading in the convenience dialog function showColorPickerDialog is never passed along to the ColorPicker used to construct the dialog, causing the tonal sub heading to never show up in the resulting dialog.

rydmike commented 8 months ago

Fixed via: https://github.com/rydmike/flex_color_picker/pull/80