Td constructor
Td([
- String? value
The <td> HTML element defines a cell
of a table that contains data.
Read more...
Implementation
Td([super.value]) {
tag = 'td';
}
The <td> HTML element defines a cell
of a table that contains data.
Read more...
Td([super.value]) {
tag = 'td';
}