Circle constructor

Circle({
  1. PdfColor? fillColor,
  2. PdfColor? strokeColor,
  3. double strokeWidth = 1.0,
})

Implementation

Circle({this.fillColor, this.strokeColor, this.strokeWidth = 1.0});