mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Ignore one avoid_redundant_argument_values, requires linter fix. (#109049)
This commit is contained in:
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,
|
||||
),
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user