tabIndex property

int get tabIndex

Implementation

int get tabIndex => disabled ? -1 : _enabledTabIndex;