Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
radibobovich opened this issue Feb 13, 2024 · 4 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@radibobovich
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Package/Plugin version

9.2.1

What you'd like to happen

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

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

Ok padding
image

@radibobovich radibobovich added the enhancement New feature or request label Feb 13, 2024
@radibobovich
Copy link
Author

Didn't notice here is materialTapTargetSize for that.

@radibobovich
Copy link
Author

Well, it's still not enough.
image

@radibobovich radibobovich reopened this Feb 14, 2024
@DenisSvinkovskij
Copy link

Same for me... It would be great if you could add a possibility to specify size, or maybe MaterialTapTargetSize with smaller sizes options...

@radibobovich
Copy link
Author

Same for me... It would be great if you could add a possibility to specify size, or maybe MaterialTapTargetSize with smaller sizes options...

Sadly, adding smaller sizes of MaterialTapTargetSize is not an option because this property was originally provided by flutter material library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants