<How to make Compose Text wrap container size> I h...
# stackoverflow
u
How to make Compose Text wrap container size I have some Column with Icon and Text inside. Column is wrap the size of Text but i want to Column wrap Icon and long text move to another line

How It's looks now

How I want it to look like

@Composable fun ServiceItem( service: Service, onItemClick: (service: Service) -> Unit ) { Column( verticalArrangement =...