Grigorii Yurkov
@Preview @Composable fun MyToolbar() { Text( text = "My Toolbar", fontWeight = FontWeight.Bold, fontSize = 20.sp, modifier = Modifier.background(MaterialTheme.colors.primary).height(56.dp).fillMaxWidth(), textAlign = TextAlign.Left, color = Color.White ) }
Text
Adam Powell
.wrapContentWidth(Alignment.Start)
A modern programming language that makes developers happier.