Th constructor
Th([
- 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';
}
The <th> HTML element defines a cell as header
of a group of table cells.
Read more...
Th([super.value]) {
tag = 'th';
}