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
350 stars 203 forks source link

Implemented option to remove color indicator and to change the width of the pallet type slider #85

Open SayuruSandaru opened 2 years ago

SayuruSandaru commented 2 years ago

Now the developers can remove the color indicator by setting displayColorIndicator to false. the default value is true. And also to fill the excess space they can change the width of the PalletType slider. You can change this by setting palletTypeSliderWidth. default value is 225 which comes from default colorPickerWidth - 75.00. This option is only available when the displayColorIndicator is set to false.

iqfareez commented 2 years ago

This is nice addition; I hope the author can merge this PR.