FigCaption constructor

FigCaption([
  1. String? value
])

The <figcaption> HTML element represents a caption or legend describing the rest of the contents of its parent <figure> element. Read more...

Implementation

FigCaption([super.value]) {
  tag = 'figcaption';
}