RoughDrawingStyle constructor

const RoughDrawingStyle({
  1. double? width,
  2. Color? color,
  3. Gradient? gradient,
  4. BlendMode? blendMode,
})

Implementation

const RoughDrawingStyle({
  this.width,
  this.color,
  this.gradient,
  this.blendMode,
});