Unverified Commit fbafe64f authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Fix 'to to' (#28216)

parent dd23be39
...@@ -369,7 +369,7 @@ class SliderThemeData extends Diagnosticable { ...@@ -369,7 +369,7 @@ class SliderThemeData extends Diagnosticable {
/// The shape that will be used to draw the [Slider]'s track. /// The shape that will be used to draw the [Slider]'s track.
/// ///
/// The [SliderTrackShape.getPreferredRect] method is used to to map /// The [SliderTrackShape.getPreferredRect] method is used to map
/// slider-relative gesture coordinates to the correct thumb position on the /// slider-relative gesture coordinates to the correct thumb position on the
/// track. It is also used to horizontally position tick marks, when he slider /// track. It is also used to horizontally position tick marks, when he slider
/// is discrete. /// is discrete.
......
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