Th constructor

Th([
  1. String? value
])

The <th> HTML element defines a cell as header of a group of table cells. Read more...

Implementation

Th([super.value]) {
  tag = 'th';
}