fun createListItem(itemIndex: Int) { Padding(left = 8.dp, right = 8.dp, top = 8.dp, bottom = 8.dp) { FlexRow(crossAxisAlignment = CrossAxisAlignment.Center) {
ContextAmbient.current is deprecated as of alpha-09.
ContextAmbient.current
alpha-09
AmbientContext.current is how you get the context in a composable.
AmbientContext.current