UICollectionBlockData constructor
UICollectionBlockData({
- List<
UIBlock> ? children, - FrameData? frame,
- int? gap,
- CollectionKind? kind,
- FlexDirection? direction,
- String? reference,
- int? gridSize,
- int? itemWidth,
- int? itemHeight,
- bool? fullItemWidth,
- bool? pageControl,
- bool? autoScroll,
- double? autoScrollInterval,
- UIBlockEventDispatcher? onClick,
Implementation
UICollectionBlockData({
this.children,
this.frame,
this.gap,
this.kind,
this.direction,
this.reference,
this.gridSize,
this.itemWidth,
this.itemHeight,
this.fullItemWidth,
this.pageControl,
this.autoScroll,
this.autoScrollInterval,
this.onClick,
});