LanguageBottomSheet

fun LanguageBottomSheet(modifier: Modifier = Modifier, onLanguageSelected: (String) -> Unit = { applyAppLanguage(it) }, onDismissRequest: () -> Unit = {})(source)

Renders the LanguageBottomSheet UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

onLanguageSelected

callback invoked by the component.

onDismissRequest

callback invoked by the component.