Dimibe / grouped_list

A Flutter ListView in which items can be grouped into sections.
https://pub.dev/packages/grouped_list
MIT License
391 stars 107 forks source link

Group separator does not change background on dark mode #168

Open ken-salterdiazsolutions opened 1 year ago

ken-salterdiazsolutions commented 1 year ago

Describe the bug When setting theme to dark mode, the group separator background color remains at white, and this makes the text almost impossible to read. I should mention this is with useStickyGroupSeparators = true. The issue is with the sticky group separator .

Expected behavior When setting theme to dark mode, the sticky group separator background color should be the same as the dark mode theme background color (or transparent)

Information: