singleElement

fun LazyListScope.singleElement(key: Any? = null, content: @Composable LazyListScope.() -> Unit = { BottomPadding() }): LazyListScope