form_bloc icon indicating copy to clipboard operation
form_bloc copied to clipboard

Set RadioButtons horizontally on RadioButtonGroupFieldBlocBuilder

Open sjmamani opened this issue 1 year ago • 1 comments

image

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:

image

Any idea how can I made this?

sjmamani avatar Aug 01 '22 19:08 sjmamani

Hi @sjmamani, You can use bloc builder to build custom layout. For example : https://github.com/GiancarloCode/form_bloc/issues/180#issuecomment-1147395977

aaassseee avatar Aug 08 '22 01:08 aaassseee