hiddencaliber / flutter_multiselect

Flutter package for multi-select UI widget
Other
52 stars 37 forks source link

Provide selected items text color change #31

Open sumalatha-bajjuri7 opened 3 years ago

sumalatha-bajjuri7 commented 3 years ago

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

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

WilliBobadilla commented 3 years ago

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!