Package-level declarations
Types
Link copied to clipboard
The general configuration for the list dialog.
Link copied to clipboard
data class ListOption(val icon: IconSource? = null, val titleText: String, val subtitleText: String? = null, val selected: Boolean = false) : Serializable
An option for the the list dialog.
Link copied to clipboard
The selection configuration for the list dialog.