Home
last modified time | relevance | path

Searched defs:expandIndicator (Results 1 – 1 of 1) sorted by relevance

/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DFlowLayoutOverflow.kt102 fun expandIndicator(content: @Composable FlowRowOverflowScope.() -> Unit): FlowRowOverflow { in <lambda>() method
238 fun expandIndicator( in expandIndicator() method
377 fun expandIndicator( in expandIndicator() method
519 fun expandIndicator( in expandIndicator() method
627 val expandIndicator = seeMoreGetter?.let { getter -> getter(state) } in createOverflowState() constant