DrawingPainter constructor

DrawingPainter({
  1. required List<Offset> points,
})

Implementation

DrawingPainter({required this.points});