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