Circle constructor
Circle({
- PdfColor? fillColor,
- PdfColor? strokeColor,
- double strokeWidth = 1.0,
Implementation
Circle({this.fillColor, this.strokeColor, this.strokeWidth = 1.0});