On this page
tabIndex property
int tabIndexSource
@DomName('HTMLElement.tabIndex')
@DocsEditable()
int get tabIndex => _blink.BlinkHTMLElement.instance.tabIndex_Getter_(this);
void tabIndex=(Source
@DomName('HTMLElement.tabIndex')
@DocsEditable()
set tabIndex(int value) =>
_blink.BlinkHTMLElement.instance.tabIndex_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/tabIndex.html