We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8a2fa commit 508be6fCopy full SHA for 508be6f
1 file changed
dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart
@@ -68,6 +68,8 @@ class _SelectionControlsPageState extends State<SelectionControlsPage> {
68
const Checkbox(
69
key: checkbox2Key,
70
value: false,
71
+ // TODO(scheglov): Requires linter fix, https://github.com/dart-lang/sdk/issues/49596.
72
+ // ignore: avoid_redundant_argument_values
73
onChanged: null,
74
),
75
],
0 commit comments