ProgressBarConfig.fixedValue constructor
ProgressBarConfig.fixedValue({
- required double? value,
Implementation
ProgressBarConfig.fixedValue({required this.value})
: type = ProgressBarConfigType.fixedValue,
currentValue = null,
maxValue = null;