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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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