compose-multiplatform-html-unified
Toggle table of contents
common
composeUi
js
Target filter
common
composeUi
js
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-material3
/
com.huanshankeji.compose.material3
/
OutlinedButton
Outlined
Button
common
composeUi
js
@
Composable
expect
fun
OutlinedButton
(
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
content
:
@
Composable
RowScope
.
(
)
->
Unit
)
(
source
)
@
Composable
actual
fun
OutlinedButton
(
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
,
enabled
:
Boolean
,
content
:
RowScope
.
(
)
->
Unit
)
(
source
)
@
Composable
actual
fun
OutlinedButton
(
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
,
enabled
:
Boolean
,
content
:
RowScope
.
(
)
->
Unit
)
(
source
)