BoxShadow constructor
const
BoxShadow({})
Implementation
const BoxShadow({
this.color = PdfColors.black,
this.offset = PdfPoint.zero,
this.blurRadius = 0.0,
this.spreadRadius = 0.0,
});
const BoxShadow({
this.color = PdfColors.black,
this.offset = PdfPoint.zero,
this.blurRadius = 0.0,
this.spreadRadius = 0.0,
});