ColGroup constructor
ColGroup([
- String? value
The <colgroup> HTML element defines a group
of columns within a table.
Read more...
Implementation
ColGroup([super.value]) {
tag = 'colgroup';
}
The <colgroup> HTML element defines a group
of columns within a table.
Read more...
ColGroup([super.value]) {
tag = 'colgroup';
}