BlobStyles constructor

BlobStyles({
  1. Color? color,
  2. Shader? gradient,
  3. BlobFillType? fillType,
  4. int? strokeWidth,
})

Implementation

BlobStyles({
  this.color,
  this.gradient,
  this.fillType,
  this.strokeWidth,
});