I am trying to do some ui customization, but I don't figure out how to reduce the padding of a Radio or RadioList in Flutter.
Can we do it ?
If you are using RadioListTile
then set dense
to true
.
If it's a Radio
then materialTapTargetSize: MaterialTapTargetSize.shrinkWrap
will reduce the size.
Otherwise, make your own.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With