Unverified Commit d8167b90 authored by xubaolin's avatar xubaolin Committed by GitHub

Deprecated unused property [RectangularSliderTrackShape.disabledThumbGapWidth] (#65246)

parent be44d36c
......@@ -1495,6 +1495,10 @@ class RectangularSliderTrackShape extends SliderTrackShape with BaseSliderTrackS
/// the thumb and any part of the track when the slider is enabled. The
/// Material spec defaults this gap width 2, which is half of the disabled
/// thumb radius.
@Deprecated(
'It no longer has any effect because the thumb does not shrink when the slider is disabled now. '
'This feature was deprecated after v1.5.7.'
)
final double disabledThumbGapWidth;
@override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment