toPdfBoxShadow method
BoxShadow
toPdfBoxShadow()
Implementation
pw.BoxShadow toPdfBoxShadow() => pw.BoxShadow(
color: color.toPdfColor(),
offset: PdfPoint(offset.dx, offset.dy),
blurRadius: blurRadius,
spreadRadius: spreadRadius,
);