TFoot constructor

TFoot([
  1. String? value
])

The <tfoot> HTML element defines a set of rows summarizing the columns of the table. Read more...

Implementation

TFoot([super.value]) {
  tag = 'tfoot';
}