Arjan van Wieringen
10/29/2022, 7:43 AM.shadow
somehow stretching with the size of the component?
Column {
Box(modifier = Modifier.padding(16.dp).size(width = 800.dp, height = 200.dp).shadow(4.dp).background(Color.White))
Box(modifier = Modifier.padding(16.dp).size(width = 1600.dp, height = 200.dp).shadow(4.dp).background(Color.White))
}
I thought it was related to the ambient and spot color parameters, but it isn't. Changing them has no impact?czuckie
10/30/2022, 5:02 PMArjan van Wieringen
11/01/2022, 5:56 PMTimo Drick
11/07/2022, 12:04 AMArjan van Wieringen
11/07/2022, 6:27 AM