mchome / flutter_colorpicker

HSV(HSB)/HSL/RGB/Material color picker inspired by all the good design for your amazing flutter apps.
https://pub.dev/packages/flutter_colorpicker
MIT License
339 stars 198 forks source link

Material Picker: Box shadow doesn't respect theme #81

Closed garv-shah closed 2 years ago

garv-shah commented 2 years ago

As seen from the image below, the BoxShadow for the MaterialPicker doesn't respect the theme, and is hard coded to Colors.grey[300]

IMG_3132

garv-shah commented 2 years ago

Can be fixed with https://github.com/mchome/flutter_colorpicker/pull/82