addText method

void addText(
  1. TextPrintLine printLine
)

Implementation

void addText(TextPrintLine printLine) {
  _list.add(printLine);
}