Package-level declarations
Functions
Link copied to clipboard
fun TagView(size: Int, titleProvider: (Int) -> String, modifier: Modifier = Modifier, key: (Int) -> Any? = null, iconProvider: (Int) -> ImageVector?? = null, readonly: Boolean = false, onClick: (Int) -> Unit? = null, onDelete: (Int) -> Unit? = null, containerColor: Color = Theme.color.backgroundVariant, contentColor: Color = Theme.color.onBackground, style: TextStyle = LocalStyle.current, maxItemsInEachRow: Int = Int.MAX_VALUE, maxLines: Int = Int.MAX_VALUE)
标签组
Link copied to clipboard
fun TreeView(color: Color = LocalColor.current, style: TextStyle = LocalStyle.current, padding: PaddingValues = Theme.padding.value, indent: Dp = Theme.padding.h10, modifier: Modifier = Modifier, children: @Composable TreeViewScope.() -> Unit)