Aside constructor
Aside([
- String? value
The <aside>
HTML element represents
a portion of a document whose content is only
indirectly related to the document's main content.
Read more...
Implementation
Aside([super.value]) {
tag = 'aside';
}