Removed double the (#27509)

This commit is contained in:
Michael Goderbauer
2019-02-04 18:31:24 -08:00
committed by GitHub
parent b5e0973591
commit 9165afdd4e

View File

@@ -625,7 +625,7 @@ class SliderThemeData extends Diagnosticable {
///
/// See also:
///
/// * [RectangularSliderTrackShape], which is the the default track shape.
/// * [RectangularSliderTrackShape], which is the default track shape.
/// * [SliderTickMarkShape], which is the default tick mark shape.
/// * [SliderComponentShape], which is the base class for custom a component
/// shape.
@@ -1414,4 +1414,4 @@ class PaddleSliderValueIndicatorShape extends SliderComponentShape {
labelPainter,
);
}
}
}