flutter_colorpicker icon indicating copy to clipboard operation
flutter_colorpicker copied to clipboard

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

Open SayuruSandaru opened this issue 1 year ago • 1 comments

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.

SayuruSandaru avatar Aug 01 '22 03:08 SayuruSandaru

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

iqfareez avatar Sep 18 '22 03:09 iqfareez