File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
best_flutter_ui_templates/lib/hotel_booking Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ class CustomRangeThumbShape extends RangeSliderThumbShape {
120120 bool isDiscrete = false ,
121121 bool isEnabled = false ,
122122 bool isOnTop,
123+ bool isPressed,
123124 @required SliderThemeData sliderTheme,
124125 TextDirection textDirection,
125126 Thumb thumb,
Original file line number Diff line number Diff line change @@ -98,8 +98,10 @@ class CustomThumbShape extends SliderComponentShape {
9898 bool isDiscrete,
9999 TextPainter labelPainter,
100100 RenderBox parentBox,
101+ Size sizeWithOverflow,
101102 SliderThemeData sliderTheme,
102103 TextDirection textDirection,
104+ double textScaleFactor,
103105 double value,
104106 }) {
105107 final Canvas canvas = context.canvas;
You can’t perform that action at this time.
0 commit comments