Rachel
Toggle table of contents
3.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.collection
/
TreeViewScope
Tree
View
Scope
@
Stable
object
TreeViewScope
Members
Functions
Tree
Node
Link copied to clipboard
@
Composable
fun
TreeNode
(
text
:
String
,
modifier
:
Modifier
=
Modifier
,
icon
:
ImageVector
?
=
null
,
onClick
:
(
)
->
Unit
?
=
null
,
color
:
Color
?
=
null
,
style
:
TextStyle
?
=
null
,
padding
:
PaddingValues
?
=
null
,
children
:
@
Composable
TreeViewScope
.
(
)
->
Unit
?
=
null
)