Em constructor

Em([
  1. String? value
])

The <em> HTML element marks text that has stress emphasis. Read more...

Implementation

Em([super.value]) {
  tag = 'em';
}