diff --git a/dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart b/dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart index 1df9e298f4..3d4cda7e57 100644 --- a/dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart +++ b/dev/integration_tests/android_semantics_testing/lib/src/tests/controls_page.dart @@ -68,6 +68,8 @@ class _SelectionControlsPageState extends State { const Checkbox( key: checkbox2Key, value: false, + // TODO(scheglov): Requires linter fix, https://github.com/dart-lang/sdk/issues/49596. + // ignore: avoid_redundant_argument_values onChanged: null, ), ],