tabIndex property
Whether the element if focusable. Must be a valid integer or String of valid integer.
Implementation
@override
dynamic get tabIndex =>
(props[_$key__tabIndex___$UbiquitousDomPropsMixin] ?? null) as dynamic;
Whether the element if focusable. Must be a valid integer or String of valid integer.
Implementation
@override
set tabIndex(dynamic value) =>
props[_$key__tabIndex___$UbiquitousDomPropsMixin] = value;