Kbd constructor

Kbd([
  1. String? value
])

The <kbd> HTML element represents a span of inline text denoting textual user input from a keyboard, voice input, or any other text entry device. Read more...

Implementation

Kbd([super.value]) {
  tag = 'kbd';
}