GiancarloCode/form_bloc

Set RadioButtons horizontally on RadioButtonGroupFieldBlocBuilder

sjmamani opened this issue · 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?

Hi @sjmamani, You can use bloc builder to build custom layout. For example : #180 (comment)