Sub constructor

Sub([
  1. String? value
])

The <sub> HTML element specifies inline text which should be displayed as subscript for solely typographical reasons. Read more...

Implementation

Sub([super.value]) {
  tag = 'sub';
}