Figure constructor

Figure([
  1. String? value
])

The <figure> HTML element represents self-contained content, potentially with an optional caption, which is specified using the <figcaption> element. Read more...

Implementation

Figure([super.value]) {
  tag = 'figure';
}