From 9165afdd4eb830dc8b433bf11c3fd59e528d32b1 Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Mon, 4 Feb 2019 18:31:24 -0800 Subject: [PATCH] Removed double the (#27509) --- packages/flutter/lib/src/material/slider_theme.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter/lib/src/material/slider_theme.dart b/packages/flutter/lib/src/material/slider_theme.dart index 5734290c23..8355c75533 100644 --- a/packages/flutter/lib/src/material/slider_theme.dart +++ b/packages/flutter/lib/src/material/slider_theme.dart @@ -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, ); } -} \ No newline at end of file +}