Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.features.debugdrawer
Package-level
declarations
Functions
Properties
Properties
Local
Debug
Drawer
State
Link copied to clipboard
val
LocalDebugDrawerState
:
ProvidableCompositionLocal
<
DebugDrawerState
>
Functions
Debug
Drawer
Link copied to clipboard
@
Composable
fun
DebugDrawer
(
drawerState
:
DebugDrawerState
,
customContent
:
@
Composable
(
)
->
Unit
=
{}
)