withLoading

fun <T : Any> withLoading(value: T?, content: @Composable (T) -> Unit)

Shows CircularProgressIndicator if value is null, content otherwise

Parameters

value

nullable value that defines the real rendered content

content

content that should be displayed if value is not null