How to set RadioLisTile widget take as minimum space as it needs – Flutter
I have used flexible widget here but that just dividing the space equaly for every widget. But I want them to take as minimum as they need because some title has more lenth. I have seen that If I dont…