Merge pull request #113 from TaarnStar/hacktoberfest2021

Fix for RiR slider
This commit is contained in:
Roland Geider
2021-10-31 06:53:00 +01:00
committed by GitHub

View File

@@ -746,8 +746,8 @@ class WeightInputWidget extends StatelessWidget {
/// Can be used with a Setting or a Log object
class RiRInputWidget extends StatefulWidget {
final dynamic _setting;
late final String dropdownValue;
late final double _currentSetSliderValue;
late String dropdownValue;
late double _currentSetSliderValue;
static const SLIDER_START = -0.5;