paint abstract method
void
paint(
- Context context,
- PdfRect box, {
- BoxShape shape = BoxShape.rectangle,
- BorderRadius? borderRadius,
Implementation
void paint(
Context context,
PdfRect box, {
BoxShape shape = BoxShape.rectangle,
BorderRadius? borderRadius,
});