appendLayoutText method

void appendLayoutText(
  1. String text
)

Implementation

void appendLayoutText(String text) {
  layoutText += text;
}