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

"\n" not working in buttonLables text #41

Closed SangRyeol-Yun closed 3 years ago

pishguy commented 3 years ago

@SangRyeol-Yun

i added this support

please see this link: https://github.com/ketanchoyal/custom_radio_grouped_button/pull/43

ketanchoyal commented 3 years ago

to enable multi-line support I have to rethink the logic to calculate height and several other things, your PR is looks good but it doesn’t consider all the cases, it breaks the UI