embed constructor
const
embed({})
The <embed> HTML element embeds external content at the specified point in the document. This content is provided by an external application or other source of interactive content such as a browser plug-in.
Implementation
const embed({
required this.src,
this.type,
this.width,
this.height,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});