toPdfWidget method
Placeholder
toPdfWidget()
Converts the Placeholder to a pw.Placeholder
.
Implementation
pw.Placeholder toPdfWidget() => pw.Placeholder(
color: color.toPdfColor(),
strokeWidth: strokeWidth,
fallbackWidth: fallbackWidth,
fallbackHeight: fallbackHeight,
);