Ignore one avoid_redundant_argument_values, requires linter fix. (#109049)

This commit is contained in:
Konstantin Scheglov
2022-08-05 12:55:23 -07:00
committed by GitHub
parent de8a2fa6a7
commit 508be6f8e2

View File

@@ -68,6 +68,8 @@ class _SelectionControlsPageState extends State<SelectionControlsPage> {
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,
),
],