Caption constructor

Caption([
  1. String? value
])

The <caption> HTML element specifies the caption (or title) of a table. Read more...

Implementation

Caption([super.value]) {
  tag = 'caption';
}