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

Link copied to clipboard
val collectionConstraints: SizeConstraints
Link copied to clipboard
val collectionSize: Size?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Calculates the size constraints for the child of the Recycler.