Placeholder constructor

Placeholder({
  1. PdfColor color = const PdfColor.fromInt(0xFF455A64),
  2. double strokeWidth = 2.0,
  3. double fallbackWidth = 400.0,
  4. double fallbackHeight = 400.0,
})

Implementation

Placeholder(
    {this.color = const PdfColor.fromInt(0xFF455A64),
    this.strokeWidth = 2.0,
    this.fallbackWidth = 400.0,
    this.fallbackHeight = 400.0});