John O'Reilly
FlowRow
horizontalArrangement = Arrangement.spacedBy(8.dp)
FlowRow(crossAxisSpacing = 8.dp) { session.tags.forEach { tag -> Chip(tag) } }
Ben Trengrove [G]
mario
Uchenna Okoye
A modern programming language that makes developers happier.