text method

TextPen text(
  1. String input
)

Implementation

TextPen text(String input) {
  buffer.write(input);
  return this;
}