UICollectionBlock constructor
UICollectionBlock({
- String? id,
- UICollectionBlockData? data,
Implementation
UICollectionBlock({
this.id,
this.data,
});
UICollectionBlock({
this.id,
this.data,
});