printPen method

void printPen(
  1. String msg
)

print msg with pen

Implementation

void printPen(String msg) => print(_pen(msg));