belowTimeText

fun belowTimeText(rotaryMode: ScalingLazyColumnState.RotaryMode = RotaryMode.Scroll, firstItemIsFullWidth: Boolean = false, verticalArrangement: Arrangement.Vertical = Arrangement.spacedBy( space = 4.dp, alignment = Alignment.Top, ), horizontalAlignment: Alignment.Horizontal = Alignment.CenterHorizontally, contentPadding: PaddingValues = PaddingValues(horizontal = 10.dp), topPaddingDp: Dp = 32.dp + (if (firstItemIsFullWidth) 20.dp else 0.dp)): ScalingLazyColumnState.Factory

Layout the first item, directly under the time text. This is positioned from the top of the screen instead of the center.