Package-level declarations

Functions

Link copied to clipboard
fun Capturable(controller: CaptureController, modifier: Modifier = Modifier, onCaptured: (ImageBitmap?, Throwable?) -> Unit, content: @Composable () -> Unit)

Deprecated: Use Modifier.capturable for replacement.

Link copied to clipboard

Adds a capture-ability on the Composable which can draw Bitmap from the Composable component.