Fix 'to to' (#28216)

This commit is contained in:
Michael Goderbauer 2019-02-20 09:57:42 -08:00 committed by GitHub
parent dd23be3936
commit fbafe64fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,7 +369,7 @@ class SliderThemeData extends Diagnosticable {
/// 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
/// track. It is also used to horizontally position tick marks, when he slider
/// is discrete.