Tin Tran
scale(Scale.FILL)
cb
contentScale
Image()
Box(modifier = Modifier .fillMaxWidth() .fillMaxHeight(.35f) .background(Color.Red) ) { Image( painter = rememberCoilPainter( request = "<https://clubhouse.golftec.com/asset/1624419776645-shop-banner.jpeg>", fadeIn = true, ), contentDescription = "", contentScale = ContentScale.FillBounds ) }
modifier = Modifier.fillMaxSize()
A modern programming language that makes developers happier.