Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.features.toolbar.selection
/
AnimatedSelectionToolbarWrapper
Animated
Selection
Toolbar
Wrapper
@
Composable
fun
AnimatedSelectionToolbarWrapper
(
modifier
:
Modifier
=
Modifier
,
toolbar
:
@
Composable
(
)
->
Unit
=
{}
,
selectionToolbar
:
@
Composable
(
)
->
Unit
)