Unverified Commit 9ebd4b49 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Fix double the (#124236)

Fix double the
parent 94327e7a
......@@ -321,7 +321,7 @@ class CheckboxListTile extends StatelessWidget {
/// If null, then the value of [activeColor] with alpha [kRadialReactionAlpha]
/// and [hoverColor] is used in the pressed and hovered state. If that is also null,
/// the value of [CheckboxThemeData.overlayColor] is used. If that is also null,
/// 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.
final MaterialStateProperty<Color?>? overlayColor;
/// {@macro flutter.material.checkbox.splashRadius}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment