overlay

inline fun <Result : Any> overlay(crossinline body: @Composable (navigator: OverlayNavigator<Result>) -> Unit): Overlay<Result>