forked from firka/flutter
Ignore one avoid_redundant_argument_values, requires linter fix. (#109049)
This commit is contained in:
committed by
GitHub
parent
de8a2fa6a7
commit
508be6f8e2
@@ -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,
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user