section

fun <T> section(state: Section.State<T>, @StringRes titleId: Int, @StringRes emptyMessageId: Int, @StringRes failedMessageId: Int? = null, displayFooterOnlyOnLoadedState: Boolean = true, content: BrowseScreenSectionScope<T>.() -> Unit)