appendContent method

void appendContent(
  1. String value
)
inherited

append text of SpecialText

Implementation

void appendContent(String value) {
  _content.write(value);
}