ketanchoyal / custom_radio_grouped_button

Custom Flutter widgets that makes Checkbox and Radio Buttons much cleaner and easier.
MIT License
150 stars 42 forks source link

CustomRadioButton extend a property #72

Closed giantss closed 1 year ago

giantss commented 1 year ago

hi, brother

buttonLables currently only supports String, Is it possible to extend a property that supports customizing the content inside the button?

ketanchoyal commented 1 year ago

there is field called buttonValues you can pass whatever kind of object you want, just labels have to be String