form_bloc
form_bloc copied to clipboard
Set RadioButtons horizontally on RadioButtonGroupFieldBlocBuilder
As you can see, by default using RadioButtonGroupFieldBlocBuilder places radio buttons in vertical axis. What I need is get the radio buttons to be next each other (horizontally). Like this:
Any idea how can I made this?
Hi @sjmamani, You can use bloc builder to build custom layout. For example : https://github.com/GiancarloCode/form_bloc/issues/180#issuecomment-1147395977