appendText method

void appendText(
  1. String value
)

Implementation

void appendText(String value) {
  insertBefore(Text(value), null);
}