minValue property
The minimum value of the range. The participant can not proceed if the number is outside the range.
Implementation
int get minValue => _minValue;
Implementation
set minValue(int minValue) {
this._minValue = minValue;
}