flutter_multiselect icon indicating copy to clipboard operation
flutter_multiselect copied to clipboard

Provide selected items text color change

Open sumalatha-bajjuri7 opened this issue 4 years ago • 1 comments

Need color change option for selected items text or background color. image

for me, text color is showing similar to background color.

sumalatha-bajjuri7 avatar Feb 08 '21 07:02 sumalatha-bajjuri7

you can check in mi repo https://github.com/WilliBobadilla/flutter_multiselect/tree/customization , I made already a pull request with more documentation and things like that, so for now you can check and example and a list of the parameters that you can send to the widget to custom your selection modal, the result that you want maybe can be achieved with this options:


final Color selectedOptionsBoxColor
final String selectedOptionsInfoText
final Color selectedOptionsInfoTextColor

maybe changing the background color with the selectedOptionsBoxColor, is this does not work, tell me and I can see to modify that part.. greetings!

WilliBobadilla avatar Feb 08 '21 15:02 WilliBobadilla