ComposeDebugDrawer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
ComposeDebugDrawer
core
/
com.michaelflisar.composedebugdrawer.core.composables
/
DebugDrawerButton
Debug
Drawer
Button
@
Composable
fun
DebugDrawerButton
(
label
:
String
,
modifier
:
Modifier
=
Modifier.fillMaxWidth()
,
image
:
@
Composable
(
)
->
Unit
?
=
null
,
foregroundTint
:
Color
?
=
null
,
outline
:
Boolean
=
true
,
onClick
:
(
)
->
Unit
)