addText method
Implementation
void addText(String text) {
_content.children.add(ParagraphElement()
..classes.add('list-item__text')
..text = text);
}
void addText(String text) {
_content.children.add(ParagraphElement()
..classes.add('list-item__text')
..text = text);
}