BlobClipper constructor

BlobClipper({
  1. String? id,
  2. int edgesCount = BlobConfig.edgesCount,
  3. int minGrowth = BlobConfig.minGrowth,
})

Implementation

BlobClipper({
  this.id,
  this.edgesCount = BlobConfig.edgesCount,
  this.minGrowth = BlobConfig.minGrowth,
});