SnackbarHost

@Composable
fun SnackbarHost(content: @Composable () -> Unit)

A host of snack, provides SnackbarHostState for content to use

SnackbarHost's call sites is mattered, Snack will show at bottom of the SnackbarHost's Window

By default, SnackbarHost is included by com.pico.spatial.ui.design.PicoTheme

See also

Samples

com.pico.spatial.ui.design.samples.SnackSample