We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be72ef commit f853271Copy full SHA for f853271
1 file changed
change_notifier_provider/test/home_screen_test.dart
@@ -112,10 +112,11 @@ class _TestWidget extends StatelessWidget {
112
Matcher isChecked(bool isChecked) {
113
return matchesSemantics(
114
isChecked: isChecked,
115
+ hasTapAction: true,
116
+ hasFocusAction: true,
117
hasCheckedState: true,
118
+ isFocusable: true,
119
hasEnabledState: true,
120
isEnabled: true,
- isFocusable: true,
- hasTapAction: true,
121
);
122
}
0 commit comments