RoughBoxDecoration constructor

const RoughBoxDecoration({
  1. RoughDrawingStyle? borderStyle,
  2. DrawConfig? drawConfig,
  3. RoughDrawingStyle? fillStyle,
  4. RoughBoxShape shape = RoughBoxShape.rectangle,
  5. Filler? filler,
})

Implementation

const RoughBoxDecoration({
  this.borderStyle,
  this.drawConfig,
  this.fillStyle,
  this.shape = RoughBoxShape.rectangle,
  this.filler,
});