akbarpulatov / flutter_awesome_select

Forked from https://github.com/davigmacode/flutter_smart_select, updated legacy code, migrated to null safety and more. AwesomeSelect allows you to easily convert your usual form select or dropdown into dynamic page, popup dialog, or sliding bottom sheet with various choices input such as radio, checkbox, switch, chips, or even custom input. Supports single and multiple choice.
https://pub.dev/packages/awesome_select
MIT License
48 stars 56 forks source link

No apparent way to modify the backgroundColor #60

Open lucasjmiles opened 7 months ago

lucasjmiles commented 7 months ago

No apparent way to modify the backgroundColor of the tile or the choice, it seems to be tied directly to theme.secondary color, also there is a bug when prefilling the selected value, where the background color changes from non selected color.