THead constructor
THead([
- String? value
The <thead> HTML element defines a set of rows
defining the head of the columns of the table.
Read more...
Implementation
THead([super.value]) {
tag = 'thead';
}