@override String toHtml() { if (_html.isNotEmpty) return _html; _html = super.toHtml(); return _html; }