app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.example.clientapplication.ui.components
/
FeatureTour
Feature
Tour
@
Composable
fun
FeatureTour
(
show
:
Boolean
,
onDismiss
:
(
)
->
Unit
,
content
:
@
Composable
FeatureTourScope
.
(
)
->
Unit
)