TreeViewScope

@Stable
object TreeViewScope

Functions

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)