On this page
dir property
String dirSource
@DomName('HTMLElement.dir')
@DocsEditable()
String get dir => _blink.BlinkHTMLElement.instance.dir_Getter_(this);
void dir=(Source
@DomName('HTMLElement.dir')
@DocsEditable()
set dir(String value) =>
_blink.BlinkHTMLElement.instance.dir_Setter_(this, value);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/HtmlElement/dir.html