RangedIncrementor( {required double initialValue, required this.max, required this.min}) : _value = initialValue;