paint abstract method

void paint(
  1. Context context,
  2. PdfRect box, {
  3. BoxShape shape = BoxShape.rectangle,
  4. BorderRadius? borderRadius,
})

Implementation

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