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

allow to add space between radio buttons #18

Closed omar-hanafy closed 4 years ago

omar-hanafy commented 4 years ago

add CustomListViewSpacing.dart so we can add custom space between radio buttons, change Column to ListView in example app to avoid OVERFLOWED Widgets

ketanchoyal commented 4 years ago

@devomar615 Nice work and thanks, I'll publish this, after testing it