compose-multiplatform-html-unified
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
compose-multiplatform-html-unified
compose-multiplatform-html-unified-material3
/
com.huanshankeji.compose.material3.ext
/
TabAndPanelArgs
/
TabArgs
/
TabArgs
Tab
Args
constructor
(
selected
:
Boolean
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
text
:
@
Composable
(
)
->
Unit
?
=
null
,
icon
:
@
Composable
(
Modifier
)
->
Unit
?
=
null
)
(
source
)