UICollectionBlockData constructor
UICollectionBlockData({})
Implementation
UICollectionBlockData({
this.children,
this.frame,
this.gap,
this.kind,
this.direction,
this.reference,
this.gridSize,
this.itemWidth,
this.itemHeight,
this.fullItemWidth,
this.fullItemHeight,
this.pageControl,
this.autoScroll,
this.autoScrollInterval,
this.onClick,
});