You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// 
1568
1567
///
1569
1568
/// See also:
1570
1569
///
@@ -1665,8 +1664,7 @@ class RectangularSliderTrackShape extends SliderTrackShape with BaseSliderTrackS
/// 
/// 
1862
1859
///
1863
1860
/// See also:
1864
1861
///
@@ -1945,8 +1942,7 @@ class RectangularRangeSliderTrackShape extends RangeSliderTrackShape with BaseRa
/// 
1950
1946
///
1951
1947
/// See also:
1952
1948
///
@@ -2067,8 +2063,7 @@ class RoundedRectRangeSliderTrackShape extends RangeSliderTrackShape with BaseRa
2067
2063
/// [SliderThemeData.disabledActiveTrackColor],
2068
2064
/// [SliderThemeData.disabledInactiveTrackColor].
2069
2065
///
2070
-
/// ![A slider widget, consisting of 5 divisions and showing the round slider tick mark shape.]
/// 
2072
2067
///
2073
2068
/// See also:
2074
2069
///
@@ -2147,8 +2142,7 @@ class RoundSliderTickMarkShape extends SliderTickMarkShape {
2147
2142
/// [SliderThemeData.disabledActiveTrackColor],
2148
2143
/// [SliderThemeData.disabledInactiveTrackColor].
2149
2144
///
2150
-
/// ![A slider widget, consisting of 5 divisions and showing the round range slider tick mark shape.]
/// 
2152
2146
///
2153
2147
/// See also:
2154
2148
///
@@ -2278,8 +2272,7 @@ class _EmptySliderComponentShape extends SliderComponentShape {
2278
2272
///
2279
2273
/// There is a shadow for the resting, pressed, hovered, and focused state.
2280
2274
///
2281
-
/// ![A slider widget, consisting of 5 divisions and showing the round slider thumb shape.]
/// 
2283
2276
///
2284
2277
/// See also:
2285
2278
///
@@ -2394,8 +2387,7 @@ class RoundSliderThumbShape extends SliderComponentShape {
2394
2387
///
2395
2388
/// There is a shadow for the resting and pressed state.
2396
2389
///
2397
-
/// ![A slider widget, consisting of 5 divisions and showing the round range slider thumb shape.]
/// 
2399
2391
///
2400
2392
/// See also:
2401
2393
///
@@ -2568,8 +2560,7 @@ class RoundSliderOverlayShape extends SliderComponentShape {
2568
2560
2569
2561
/// The default shape of a [Slider]'s value indicator.
2570
2562
///
2571
-
/// ![A slider widget, consisting of 5 divisions and showing the rectangular slider value indicator shape.]
/// 
2573
2564
///
2574
2565
/// See also:
2575
2566
///
@@ -2627,8 +2618,7 @@ class RectangularSliderValueIndicatorShape extends SliderComponentShape {
2627
2618
2628
2619
/// The default shape of a [RangeSlider]'s value indicators.
2629
2620
///
2630
-
/// ![A slider widget, consisting of 5 divisions and showing the rectangular range slider value indicator shape.]
/// 
2632
2622
///
2633
2623
/// See also:
2634
2624
///
@@ -2834,8 +2824,7 @@ class _RectangularSliderValueIndicatorPathPainter {
2834
2824
/// A variant shape of a [Slider]'s value indicator . The value indicator is in
2835
2825
/// the shape of an upside-down pear.
2836
2826
///
2837
-
/// ![A slider widget, consisting of 5 divisions and showing the paddle slider value indicator shape.]
/// 
2839
2828
///
2840
2829
/// See also:
2841
2830
///
@@ -2896,8 +2885,7 @@ class PaddleSliderValueIndicatorShape extends SliderComponentShape {
2896
2885
/// A variant shape of a [RangeSlider]'s value indicators. The value indicator
2897
2886
/// is in the shape of an upside-down pear.
2898
2887
///
2899
-
/// ![A slider widget, consisting of 5 divisions and showing the paddle range slider value indicator shape.]
/// 
0 commit comments