tabIndex property
An integer attribute indicating if the element can take input focus (is focus-able), if it should participate to sequential keyboard navigation.
Implementation
final int? tabIndex;
An integer attribute indicating if the element can take input focus (is focus-able), if it should participate to sequential keyboard navigation.
final int? tabIndex;