Closed rydmike closed 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.
tonalSubheading
showColorPickerDialog
ColorPicker
Fixed via: https://github.com/rydmike/flex_color_picker/pull/80
The property
tonalSubheading
in the convenience dialog functionshowColorPickerDialog
is never passed along to theColorPicker
used to construct the dialog, causing the tonal sub heading to never show up in the resulting dialog.