Strong constructor

Strong([
  1. String? value
])

The <strong> HTML element indicates that its contents have strong importance, seriousness, or urgency. Read more...

Implementation

Strong([super.value]) {
  tag = 'strong';
}