Renders the newly created virtual node.
@override void renderNew(VNode? parent) { renderSafely(() { this.parent = parent; node = Text(text); }); }