html property

String html

Implementation

String get html => '''
  <div class="$_column $_columnMargin $_alignmentStyleHTML ${textStyle.textSizeHtml}">
    <${textStyle.textStyleHTML}>$text</${textStyle.textStyleHTML}>
  </div>
  ''';