Moves focus item into (tabIndex='0') or out of (tabIndex='-1') tab order.
@override set tabbable(bool isTabbable) { _enabledTabIndex = isTabbable ? 0 : -1; _changeDetector.markForCheck(); }