appendText method
- String text
Adds the specified text after the last child of this element.
Implementation
void appendText(String text) {
this.append(new Text(text));
}
Content-Length: 9851 | pFad | https://api.dart.dev/dart-html/../dart-html/../dart-html/../dart-html/Element/appendText.html
Adds the specified text after the last child of this element.
void appendText(String text) {
this.append(new Text(text));
}
Fetched URL: https://api.dart.dev/dart-html/../dart-html/../dart-html/../dart-html/Element/appendText.html
Alternative Proxies: