Skip to content

Commit 9ebd4b4

Browse files
authored
Fix double the (#124236)
Fix double the
1 parent 94327e7 commit 9ebd4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/material/checkbox_list_tile.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ class CheckboxListTile extends StatelessWidget {
321321
/// If null, then the value of [activeColor] with alpha [kRadialReactionAlpha]
322322
/// and [hoverColor] is used in the pressed and hovered state. If that is also null,
323323
/// 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.
324+
/// then the default value is used in the pressed and hovered state.
325325
final MaterialStateProperty<Color?>? overlayColor;
326326

327327
/// {@macro flutter.material.checkbox.splashRadius}

0 commit comments

Comments
 (0)