Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
manukj committed Sep 29, 2020
1 parent bd414ac commit fae9900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/widget/range_slider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ class NeumorphicRangeSlider extends StatefulWidget {
this.sliderHeight,
});


double get percentLow => (((valueLow.clamp(min, max)) - min) / ((max - min)));

double get percentHigh =>
Expand Down

0 comments on commit fae9900

Please sign in to comment.