Span constructor
Span([
- String? value
The <span>
HTML element
is a generic inline container for phrasing content,
which does not inherently represent anything.
Read more...
Implementation
Span([super.value]) {
tag = 'span';
}