Package-level declarations

Functions

Link copied to clipboard
@Composable
fun BoxScope.NavButton(modifier: Modifier = Modifier, icon: ImageVector, alignment: Alignment, onClick: () -> Unit)

A composable function that creates a navigation button with an icon.

Link copied to clipboard
@Composable
fun ReversiScope.PageIndicators(total: Int, current: Int)
Link copied to clipboard
@Composable
fun ReversiScope.Search(search: String, onValueChange: (String) -> Unit)
Link copied to clipboard
fun testTagNavButton(direction: String): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun textPageIndicator(current: Int, total: Int): String