maxValue property

double maxValue

The maximum value of the range.

Implementation

double get maxValue => _maxValue;
void maxValue= (double maxValue)

Implementation

set maxValue(double maxValue) {
  this._maxValue = maxValue;
}