toPdfBoxShape method
BoxShape
toPdfBoxShape()
Implementation
pw.BoxShape toPdfBoxShape() {
switch (this) {
case BoxShape.circle:
return pw.BoxShape.circle;
case BoxShape.rectangle:
return pw.BoxShape.rectangle;
}
}