ImprovTools
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ImprovTools
components
/
com.brokenkernel.components.view
/
SimpleIconButton
Simple
Icon
Button
@
Composable
fun
SimpleIconButton
(
onClick
:
(
)
->
Unit
,
icon
:
ImageVector
,
contentDescription
:
String
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
)