Td constructor

Td([
  1. String? value
])

The <td> HTML element defines a cell of a table that contains data. Read more...

Implementation

Td([super.value]) {
  tag = 'td';
}