ScrawlPainter constructor

ScrawlPainter({
  1. required List<PaintModel> paints,
})

Implementation

ScrawlPainter({required this.paints});