SectionScope

Receiver scope which is used by content parameter in SectionedListScope functions.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun footer(visibleStates: Section.VisibleStates = LOADED_STATE_ONLY, content: @Composable SectionContentScope.() -> Unit)
Link copied to clipboard
fun header(visibleStates: Section.VisibleStates = ALL_STATES, content: @Composable SectionContentScope.() -> Unit)
Link copied to clipboard
Link copied to clipboard
fun loading(count: Int = DEFAULT_LOADING_CONTENT_COUNT, content: @Composable SectionContentScope.() -> Unit)