Rectangle constructor

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

Implementation

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