rydmike / flex_color_picker

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

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

Closed rydmike closed 5 months ago

rydmike commented 5 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 5 months ago

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