Bdi constructor

Bdi([
  1. String? value
])

The <bdi> HTML element tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text. Read more...

Implementation

Bdi([super.value]) {
  tag = 'bdi';
}