RoughBoxDecoration constructor
const
RoughBoxDecoration({
- RoughDrawingStyle? borderStyle,
- DrawConfig? drawConfig,
- RoughDrawingStyle? fillStyle,
- RoughBoxShape shape = RoughBoxShape.rectangle,
- Filler? filler,
Implementation
const RoughBoxDecoration({
this.borderStyle,
this.drawConfig,
this.fillStyle,
this.shape = RoughBoxShape.rectangle,
this.filler,
});