@Composable fun Dp.FillMaxWidthSpacer() { Spacer(modifier = Modifier.fillMaxWidth().height(this)) } // End of Dp.Spacer()
Spacer를 함수화해서, 최대한 단순화.