S constructor

S([
  1. String? value
])

The <s> HTML element renders text with a strikethrough, or a line through it. Read more...

Implementation

S([super.value]) {
  tag = 's';
}