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