Hello, I'm trying to space my radio buttons evenly...
# compose
n
Hello, I'm trying to space my radio buttons evenly within a row. When I use fillMaxWidth, the radio buttons move to the right beyond the screen (there are 4), like this. Is there anything I can do to space the buttons evenly within the row? Please see screenshot below.
n
Modifier.weight(1f)
🙏 3