Companion
object Companion
Functions
Link copied to clipboard
inline fun <Item> dialogSection(title: String, subtitle: String = "", items: List<Item>): CSItemSection<Item>
inline fun <Item> dialogSection(store: CSStore, id: String, title: String, items: List<Item>, isDefaultCollapsed: Boolean = false): CSItemSection<Item>