figcaption constructor
const
figcaption(})
The <figcaption> HTML element represents a caption or legend describing the rest of the contents of its parent <figure> element, providing the <figure>> an accessible description.
Implementation
const figcaption(
this.children, {
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});