BlobGenerator constructor

BlobGenerator({
  1. String? id,
  2. int? edgesCount,
  3. int? minGrowth,
  4. Size? size,
})

Implementation

BlobGenerator({
  this.id,
  this.edgesCount,
  this.minGrowth,
  this.size,
});