Closed muslimmuda15 closed 5 months ago
I have just published a new update (version 3.2.0), which allows for custom vertical spacing.
Just use the spacing
parameter in the RadioGroupDecoration
which goes in the RadioGroup
's decoration
field.
RadioGroup(
controller: myController,
values: myValues,
decoration: const RadioGroupDecoration(
spacing: 10.0, // This value here
),
)
How to add spacing between radio button when orientation is veertical?