Whether this element is focused.
@override bool get isFocused => _retryWhenStale(() => document.activeElement == _single);