SaveToBitmap

@Composable
fun SaveToBitmap(modifier: Modifier = Modifier, onSave: (ImageBitmap) -> Unit, content: @Composable () -> Unit)(source)