ShapesPainter constructor

ShapesPainter({
  1. required List<ShapeData> shapes,
})

Implementation

ShapesPainter({required this.shapes});