tabIndex property
num
get
tabIndex
Implementation
_i2.num get tabIndex => _i4.getProperty(
this,
'tabIndex',
);
set
tabIndex
(num value)
Implementation
set tabIndex(_i2.num value) {
_i4.setProperty(
this,
'tabIndex',
value,
);
}