CollectionLayoutScope

class CollectionLayoutScope(val layoutInfo: LayoutInfo, val collectionConstraints: SizeConstraints, val collectionSize: Size?, val isVertical: Boolean, val wrapInMainAxis: Boolean, val crossAxisWrapMode: CrossAxisWrapMode) : ItemSizeConstraintsProviderScope

Constructors

Link copied to clipboard
constructor(layoutInfo: LayoutInfo, collectionConstraints: SizeConstraints, collectionSize: Size?, isVertical: Boolean, wrapInMainAxis: Boolean, crossAxisWrapMode: CrossAxisWrapMode)

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
Link copied to clipboard

Functions

Link copied to clipboard

Measures the size of the Collection.

Link copied to clipboard

Calculates the size constraints for the child of the Recycler.