isDisabled top-level property

_IsEnabledMatcher isDisabled
final

Matches a disabled (editable, tappable, or togglable) widget.

Implementation

final isDisabled = _IsEnabledMatcher(false);