Render to HTML (for emails, web)
@override String toHtml() { final rowStyle = _buildRowStyle(); final columnsHtml = _buildColumnsHtml(); return ''' <div style="$rowStyle"> $columnsHtml </div> '''; }