dialogSection

fun <Item> dialogSection(title: String, subtitle: String, vararg items: Item): CSItemSection<Item>
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>
fun <Item> dialogSection(title: String, vararg items: Item): CSItemSection<Item>