Package-level declarations

Functions

Link copied to clipboard
fun SideBar(modifier: Modifier = Modifier, chars: CharArray = defaultChars, bubbleTip: @Composable BoxScope.(Char) -> Unit = { SideBarBubbleTip(it) }, itemContent: @Composable ColumnScope.(Char, Boolean) -> Unit = { char, selected -> SideBarItemContent(char, selected) }, onSelectedChange: (Char) -> Unit = {})

字母索引侧边栏