isEnabled top-level constant Matchers
Matcher
const isEnabled
Allows you to check whether an element is not disabled from the user's perspective.
Use this matcher to avoid double negation via isDisabled in your tests.
{@category Matchers}
Implementation
const Matcher isEnabled = _IsEnabled();