UICollectionBlock constructor

UICollectionBlock({
  1. String? id,
  2. UICollectionBlockData? data,
})

Implementation

UICollectionBlock({
  this.id,
  this.data,
});