ContinuousParameterRange constructor
ContinuousParameterRange({
- required double maxValue,
- required double minValue,
- required String name,
- ScalingType? scalingType,
Implementation
ContinuousParameterRange({
required this.maxValue,
required this.minValue,
required this.name,
this.scalingType,
});