interface MotionItemsProvider


Summary

Public functions

Int
@Composable () -> Unit
getContent(index: Int)
@Composable () -> Unit
getContent(
    index: Int,
    properties: State<MotionLayoutScope.MotionProperties>
)
Boolean

Public functions

count

Added in 1.1.0-alpha13
fun count(): Int

getContent

Added in 1.1.0-alpha13
fun getContent(index: Int): @Composable () -> Unit

getContent

Added in 1.1.0-alpha13
fun getContent(
    index: Int,
    properties: State<MotionLayoutScope.MotionProperties>
): @Composable () -> Unit

hasItemsWithProperties

Added in 1.1.0-alpha13
fun hasItemsWithProperties(): Boolean