CollectionLayoutData
class CollectionLayoutData(val layoutInfo: LayoutInfo, val collectionConstraints: SizeConstraints, val collectionSize: Size?, var items: List<CollectionItem<*>>, val isVertical: Boolean, val isDynamicSize: Boolean) : ItemSizeConstraintsProviderScope
Constructors
Link copied to clipboard
constructor(layoutInfo: LayoutInfo, collectionConstraints: SizeConstraints, collectionSize: Size?, items: List<CollectionItem<*>>, isVertical: Boolean, isDynamicSize: Boolean)
Properties
Functions
Link copied to clipboard
fun ItemSizeConstraintsProviderScope.getChildSizeConstraints(item: CollectionItem<*>): SizeConstraints
Calculates the size constraints for the child of the Recycler.