Em constructor
Em([
- String? value
The <em> HTML element marks text
that has stress emphasis.
Read more...
Implementation
Em([super.value]) {
tag = 'em';
}
The <em> HTML element marks text
that has stress emphasis.
Read more...
Em([super.value]) {
tag = 'em';
}