barat
11/07/2021, 9:58 AMBoxWithConstraints() {
val absoluteValue = (maxWidth - (maxWidth / sqrt(2f)))/2
ConstraintLayout(modifier = Modifier.fillMaxSize()) {
val absoluteStartGuideline = createGuidelineFromAbsoluteLeft(absoluteValue)
yschimke
11/07/2021, 12:34 PMyschimke
11/07/2021, 12:36 PMJohn Nichol
11/08/2021, 11:56 AMLocalConfiguration.current.isScreenRound
to decide how to layout.