DialogList

Types

Link copied to clipboard
class Filter<T>(val filter: (filter: String, item: T) -> Boolean, val infoText: @Composable (count: Int, total: Int) -> String? = { count, total -> "$count/$total" }, val keepSelectionForInvisibleItems: Boolean = true, val showClearIcon: Boolean = true)
Link copied to clipboard
Link copied to clipboard
sealed class SelectionMode<T>