izyaboi
Loney Chou
Box( modifier = Modifier .fillMaxWidth() .aspectRatio(16.0f / 9.0f) .background(Black) .padding(/* ... */) ) { Text( text = "title →", modifier = Modifier.fillMaxWidth(0.5f) ) }
Zoltan Demant
A modern programming language that makes developers happier.