Rt constructor

Rt([
  1. String? value
])

The <rt> HTML element specifies the ruby text widget of a ruby annotation, which is used to provide pronunciation, translation, or transliteration information for East Asian typography. Read more...

Implementation

Rt([super.value]) {
  tag = 'rt';
}