ColGroup constructor

ColGroup([
  1. String? value
])

The <colgroup> HTML element defines a group of columns within a table. Read more...

Implementation

ColGroup([super.value]) {
  tag = 'colgroup';
}