SectionScope
Receiver scope which is used by content parameter in SectionedListScope functions.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun footer(visibleStates: Section.VisibleStates = Section.LOADED_STATE_ONLY, content: @Composable SectionContentScope.() -> Unit)
Link copied to clipboard
fun header(visibleStates: Section.VisibleStates = Section.ALL_STATES, content: @Composable SectionContentScope.() -> Unit)
Link copied to clipboard
Link copied to clipboard
fun loading(count: Int = Section.DEFAULT_LOADING_CONTENT_COUNT, content: @Composable SectionContentScope.() -> Unit)