Rp constructor

Rp([
  1. String? value
])

The <rp> HTML element is used to provide fall-back parentheses for browsers that do not support display of ruby annotations using the <ruby> element. Read more...

Implementation

Rp([super.value]) {
  tag = 'rp';
}