ComposeDebugDrawer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposeDebugDrawer
core
/
com.michaelflisar.composedebugdrawer.core.composables
/
AnimatedDebugDrawerSubRegion
Animated
Debug
Drawer
Sub
Region
@
Composable
fun
AnimatedDebugDrawerSubRegion
(
visible
:
Boolean
,
itemSpacing
:
Dp
=
DebugDrawerDefaults.ITEM_SPACING
,
content
:
@
Composable
ColumnScope
.
(
)
->
Unit
)