Alexander Black
overlay = { if (it.isSelected) { Box( Modifier .size(if (it.rentalLength != null) 245.dp else 222.dp) .alpha(0.6f) .background(DownpourTheme.colors.primary) ) } } )
Chris Sinco [G]
A modern programming language that makes developers happier.