capturable
capturable
/
dev.shreyaspatil.capturable
Package
dev.
shreyaspatil.
capturable
Functions
Functions
Capturable
Link copied to clipboard
@
Composable
fun
Capturable
(
controller
:
CaptureController
,
modifier
:
Modifier
=
Modifier
,
onCaptured
:
(
ImageBitmap
?
,
Throwable
?
)
->
Unit
,
content
:
@
Composable
(
)
->
Unit
)
Content copied to clipboard
A composable with
content
which supports to capture
ImageBitmap
from a
content
.