flutter_multiselect
flutter_multiselect copied to clipboard
Provide selected items text color change
Need color change option for selected items text or background color.
for me, text color is showing similar to background color.
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!