ImprovTools
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ImprovTools
components
/
com.brokenkernel.components.view
/
Blink
Blink
@
Composable
fun
Blink
(
modifier
:
Modifier
=
Modifier
,
duration
:
Duration
=
1.seconds
,
content
:
@
Composable
(
Modifier
)
->
Unit
)