part of todomvc; class TodoWidget { static const HtmlEscape htmlEscape = const HtmlEscape(); TodoApp todoApp; Todo todo; Element element; InputElement toggleElement; TodoWidget(this.todoApp, this.todo); Element createElement() { element = new Element.html('''