HasTabIndex class abstract
Provides computation of tabindex for components which actively maintain a tab index.
Use this if your component needs to suppress its tab index when disabled but you want to support a custom tab index via host element.
- Implementers
Constructors
Properties
- disabled → bool?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hostTabIndex → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tabIndex → String?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateTabIndex(
) → void - Use this method if you want to manually compute and cache the tab index.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited