mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Merge pull request #113 from TaarnStar/hacktoberfest2021
Fix for RiR slider
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user