Bdo constructor
Bdo([
- String? value
The <bdo> HTML element overrides the current
directionality of text, so that the text within
is rendered in a different direction.
Read more...
Implementation
Bdo([super.value]) {
tag = 'bdo';
}