We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94327e7 commit 9ebd4b4Copy full SHA for 9ebd4b4
packages/flutter/lib/src/material/checkbox_list_tile.dart
@@ -321,7 +321,7 @@ class CheckboxListTile extends StatelessWidget {
321
/// If null, then the value of [activeColor] with alpha [kRadialReactionAlpha]
322
/// and [hoverColor] is used in the pressed and hovered state. If that is also null,
323
/// the value of [CheckboxThemeData.overlayColor] is used. If that is also null,
324
- /// then the the default value is used in the pressed and hovered state.
+ /// then the default value is used in the pressed and hovered state.
325
final MaterialStateProperty<Color?>? overlayColor;
326
327
/// {@macro flutter.material.checkbox.splashRadius}
0 commit comments