reset method

void reset()

Implementation

void reset() {
  onMaxChanged(max);
  onMinChanged(min);
}