Sup constructor

Sup([
  1. String? value
])

The <sup> HTML element specifies inline text which is to be displayed as superscript for solely typographical reasons. Read more...

Implementation

Sup([super.value]) {
  tag = 'sup';
}