tabIndex property
int tabIndexSource
@DomName('SVGElement.tabIndex') @DocsEditable() @Experimental() // untriaged int get tabIndex => _blink.BlinkSVGElement.instance.tabIndex_Getter_(this);void tabIndex=(
Source
@DomName('SVGElement.tabIndex') @DocsEditable() @Experimental() // untriaged set tabIndex(int value) => _blink.BlinkSVGElement.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-svg/SvgElement/tabIndex.html