flutter-form-builder-ecosystem / flutter-form-builder-ecosystem/flutter_form_builder

[FormBuilderRadioGroup]: No way to decrease padding of Radio widget

Open
#1,367 5 comments 1 reaction 0 assignees View on GitHub
enhancement
Dominant language
Dart
Stars
1.6k
Forks
561
PR merge metrics
No merged PRs in 30d

Description

### Is there an existing issue for this?

- [X] I have searched the existing issues

### Package/Plugin version

9.2.1

### What you'd like to happen

```Markdown
It would be great to be able to specify size of Radio or set VisualDensity, but probably both parameters, because Radio takes too much space by default.
```

### Alternatives you've considered

```Markdown
Currently I have to create radio group by myself using ListView.separated and to wrap each Radio in a SizedBox with explicit height and to add visual density.
```

### Aditional information

Too much padding
![image](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/assets/80050269/465d3b2e-c27f-4276-8930-e7e4b98e0b8c)

Ok padding
![image](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/assets/80050269/c5f455f8-9f3d-4e3c-a0ec-3428ae8b6464)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.