Skip to content

Commit d1948ca

Browse files
committed
Compatible with flutter master 1.19
1 parent 6e95683 commit d1948ca

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

best_flutter_ui_templates/lib/hotel_booking/range_slider_view.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

best_flutter_ui_templates/lib/hotel_booking/slider_view.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)