hasNoFocus top-level property

_HasFocusMatcher hasNoFocus
final

Matches a non-focused (focusable) widget.

Implementation

final hasNoFocus = _HasFocusMatcher(false);