THead constructor

THead([
  1. 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';
}