Focuses the element.
@override Future<Null> focus() async { await syncFn(() async => _retryWhenStale(() async { await _microtask(_single.focus); })); }